Tagged: search
- This topic has 7 replies, 2 voices, and was last updated 4 years, 9 months ago by Skandha.
-
AuthorPosts
-
July 30, 2019 at 12:31 am #178320bmartParticipant
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!
July 30, 2019 at 2:03 am #178325sapanaParticipant@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,
SapanaJuly 30, 2019 at 4:18 pm #178394bmartParticipantYes, that worked! Thank you very much!
July 31, 2019 at 1:24 am #178415sapanaParticipant@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,
SapanaAugust 3, 2019 at 9:10 am #178686Ralf DangelParticipantHello,
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!
August 5, 2019 at 2:21 am #178767sapanaParticipant@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,
SapanaJanuary 8, 2020 at 3:18 am #232131bmartParticipantHello 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!January 8, 2020 at 11:57 pm #232210SkandhaParticipant@rdangel07: I have replied to here.
https://catchthemes.com/support-forum/topic/how-to-remove-search-box-from-all-pages/#post-232209Kind Regards,
Skandha -
AuthorPosts
- The topic ‘How to remove search box from home page?’ is closed to new replies.