This topic has 5 replies, 3 voices, and was last updated 2 years, 6 months ago ago by Sadikul Islam
How do I delete or customize the layout of the full-width search?
See the screenshot for a better explanation
Hello,
Theme Options > Header Builder > Search > Product Categories
To disable categories, add the next code in Theme Options > Theme custom CSS > Global:
.ajax-search-form .ajax-search-categories, .ajax-search-form .ajax-extra-content {
display: none;
}
@media only screen and (min-width: 993px){
.search-full-width .et-mini-content {
height: 300px;
}
}
Regards
Thank you for the solution, there is no way to change the layout? or add another category there right? like after the popular category I want best sellers
is it possible?
Or can we show products instead of categories there?
Let me know if possible Thank you
Hello,
Nope, there are no such options there.
All the available options you can find in Theme Options > Header builder > Search.
Regards
Ok Thank you
Tagged: customize, delete, full width, layout, search, themes, woocommerce
The issue related to '‘How do I delete or customize the layout of the full-width search?’' has been successfully resolved, and the topic is now closed for further responses