Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #268154
    Tom
    Participant

    Hello,
    Please help me to disable the Search button on my blog.
    I have used the code below but it didn’t work.

    .mobile-social-search .search-container, #primary-search-wrapper {
        display: none !important;
    }

    Thanks,
    Tom

    #268184
    Skandha
    Participant

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

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

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

    #268625
    Tom
    Participant

    It worked!
    Thanks Skandha

    #268632
    Skandha
    Participant

    @hoangpm: Hello Tom, 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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to disable/ hide the Search button on the Fotografie Pro theme?’ is closed to new replies.