How do I hide category thumbnails when I click on search button

This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Robert Hall

  • Avatar: spksds
    spksds
    Participant
    May 9, 2021 at 12:32

    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

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 9, 2021 at 18:43

    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

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 9, 2021 at 18:44

    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

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

You must be logged in to reply to this topic.Log in/Sign up

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