Hide search popular categories - by Jennifer

This topic has 3 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Jennifer

  • Avatar: Jennifer
    Jennifer
    Participant
    June 8, 2022 at 03:33

    Hello,
    How are you?

    I cant find a way of getting rid of this part when trying to search for a product.
    Is there a way of not showing the popular categories and just leave the section blank?
    search

    kind regards,

    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 8, 2022 at 07:02

    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

    Avatar: Jennifer
    Jennifer
    Participant
    June 8, 2022 at 12:06

    Hello Rose,

    Thanks a lot for the help!
    As always, it works perfectly fine!

    Best regards

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Hide search popular categories’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.