Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #246193
    Heinz
    Participant

    Hi
    I would like to remove the magnifying glass for the search function in the title list. I have found a lot on this theme here, but I do not dare this Lube. What should I do?
    Many thanks for the help.
    regards
    Heinz

    https://www.speiser-beschriftungen.ch

    #246238
    Skandha
    Participant

    @henebe: Hello Heinz,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .primary-search-wrapper {
        display: none !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #246251
    Heinz
    Participant

    Thank you very much Skandha!
    It worked great

    #246263
    Skandha
    Participant

    @henebe: Hello Heinz, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #249197
    informpage
    Participant

    I’ve tried all of the following CSS codes to remove the search box on my site, with no success.

    https://caramichaelwedding.com/

    #search-toggle {
    display: none !important;
    }
    #header-search {
    display: none;
    }
    .primary-search-wrapper {
    display: none !important;
    }

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove the magnifying glass from the title bar’ is closed to new replies.