This topic has 4 replies, 2 voices, and was last updated 2 years, 2 months ago ago by Rose Tyler
Hi:
Is it possible to remove product categories from showing up on ajax search?
https://ibb.co/VW4VJhq
Even if there are none selected, still coming up: https://ibb.co/ssWgnGn
Thanks!
Hello,
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
I think i close this too early. Although they are not being displayed, they still load, and that was our issue as page is being slow down by it.
Can we defer them or avoid loading?
The issue related to '‘Remove Product categories from ajax search’' has been successfully resolved, and the topic is now closed for further responses