This topic has 6 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Is there a way to hide the category dropdown in the search bar?
I tried it via Custom CSS with “display: none;” but by refreshing the page the part appears for half a second.
httsp://www.fleischwolf-shop.de
Hello,
Have you tried this code?
.header-wrapper.header-advanced .header-search.act-default .fancy-select {
display: none;
}
Regards
Yes, I tried a similar code. You can have a look at what happens. The category dropdown is visible while refreshing the page for a short time.
Hello,
In this case copy woosearchform.php file from xstore theme to xstore-child and remove this code https://prnt.sc/j4chz9 from the file in the child theme.
Regards
now it works fine, thank you!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up