Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #179298
    oauk
    Participant

    I want to disable the site-search on my site, but can´t find any option to setup.
    If this is only possible thru the code, please let me know where.

    Many thanks
    Oliver

    #179300
    Skandha
    Participant

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

    .site-search {
        display: none;
    }

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

    #179312
    oauk
    Participant

    @skandha
    YES!! Perfect… thank you very much!

    #179316
    Skandha
    Participant

    @oauk: Hello Oliver, 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/fotografie/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

    #179334
    oauk
    Participant

    @skanda – ah, update:
    It worked for the desktop view, but in mobile view the search is still available in my menu….

    any further ideas?

    Kind regards,
    Oliver

    #179339
    Skandha
    Participant

    @oauk: Hello Oliver,
    For the mobile search
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

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

    #179347
    oauk
    Participant

    Yes, now it works also for the mobile view.
    Thank you again @Skandha !!

    🙂

    #179494
    Skandha
    Participant

    @oauk: Hello Oliver, 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/fotografie/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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to disable search?’ is closed to new replies.