This topic has 2 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Olga Barlow
Would someone be so kind as to tell me how to remove the category dropdown in the search when using the Advanced Header option? I currently want to have my search bar situated right in the middle where it is, I just don’t want the option to choose specific categories.
Thanks!
Hello,
There is no special option for this. But try to add this custom code to Theme Options > Custom CSS to hide it:
.header-advanced .header-search .postform {
display: none !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up