badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Managing the navbar-head

#59361

Hi,

You can easily find that section in header.php file. However, if you just need to hide it then just paste the below custom CSS code in Addition CSS section.

.navbar-head {
    display: none;
}