December 25, 2018 at 12:42 pm
#59361
Theme Horse Support Team
Keymaster
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;
}