Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #178320
    bmart
    Participant

    How can I remove/disable the search box from appearing on my home page? I don’t have the URL to post because my website is not published yet. Thank you!

    #178325
    sapana
    Participant

    @bmart:Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .home #search-container-main {
        display: none;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #178394
    bmart
    Participant

    Yes, that worked! Thank you very much!

    #178415
    sapana
    Participant

    @bmart:Hello, there,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/izabel/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.

    Kind Regards,
    Sapana

    #178686
    Ralf Dangel
    Participant

    Hello,
    i have the same Problem, but the mentioned CSS Code did not work for my site:

    http://web55680.greatnet-hosting.de/gemeinderat/
    i want to remove the search button from Top-Bar-

    Thanks a lot for your help!

    #178767
    sapana
    Participant

    @rdangel07: -If you want to disable the header section then you can follow this steps

    Go to=> Appearance=> Customize=> Theme Options=> Header Options=> Check to disable the header options(which will also disable search options in header section)

    -If you want to hide the search option from the header section without disabling the header top part, then you can add this css
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    #header-search {
        display: none;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #232131
    bmart
    Participant

    Hello again,
    I was able to remove the search box from the Home page, but how do I remove it from all of my other pages? I don’t want it displayed at all on my site. I don’t have the URL to post because my website is not published yet. Thank you!

    #232210
    Skandha
    Participant
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove search box from home page?’ is closed to new replies.