This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Robert Hall
I need to hide category thumbnails shown when I open Search Bar on desktop. It is not shown on mobile. I do not find this option anywhere. Kindly check the screenshot. Regards
Hello
you can hide the search bar category thumnail by adding small css code in additional CSS by going to Dashboard > Theme Options > Additional CSS
.ajax-search-categories .category-grid img {
display: none;
}
You can mange you search bar in theme option by going to Dashboard > Theme options > Header Builder > Search https://prnt.sc/12qa6p0
Robert Hall
Hello
you can hide the search bar category thumnail by adding small css code in additional CSS by going to Dashboard > Theme Options > Additional CSS
.ajax-search-categories .category-grid img {
display: none;
}
You can mange you search bar in theme option by going to Dashboard > Theme options > Header Builder > Search https://prnt.sc/12qa6p0
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up