This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
we like the advanced header type but would like to not have the category dropdown on search
Hello,
Add the following code in Theme Options > Styling > Custom CSS
@media only screen and (min-width: 992px){
.header-wrapper.header-advanced .header-search.act-default .fancy-select {display: none;}
.header-wrapper.header-advanced .header-search.act-default input[type=”text”] {width: 502px;}
}
Regards
thank you.
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up