Reply 322864 to: How do I delete or customize the layout of the full-width search?

Avatar: Rose Tyler
Rose Tyler
Support staff
April 28, 2022 at 12:08

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.