- This topic has 26 replies, 12 voices, and was last updated 6 years, 6 months ago by Sakin.
-
AuthorPosts
-
March 21, 2015 at 1:46 am #53854fletchscMember
My site http://www.bocazoo.com – the search box and search icon aren’t lining up on the same line, I don’t think I really need a search box at the top of the site – is there a way to remove it? Thanks!
March 21, 2015 at 5:13 pm #53893SakinKeymaster@fletchsc:
1. I see that you have remove the Site Title. You shouldn’t remove the site title for Search Engine Optimization. But yes, if you don’t like to show in your site header then you can just hide it. For that, go to “Appearance => Customize => Site Title & Tagline”, type in Site Title and tagline which describe your site. Then to hide it just uncheck “Display Header Text” and save changes.
2. To hide the search box/ Header Right Sidebar, you can just go to “Appearance => Customize => Theme Options => Custom CSS Options” box and add the following css:
.sidebar-header-right { display: none; }
March 21, 2015 at 6:35 pm #53902fletchscMemberThanks so much for your quick response, and also pointing out that I didn’t have site title and tagline, added that back in. Love your themes and the support forums, as soon as I get final sign off from the folks I am making the site for I am going to have them buy the pro version, want to supprt a great product with helpful folks!
March 26, 2015 at 9:32 pm #54411ptbates1ParticipantHello Sakin,
Thanks for the extraneous Search Box removal tip. But this is very odd. I found your tip after installing Simple Catch. I entered this code in the Theme Options =>Custom CSS section, in the “Enter Custom CSS Styles” box:
.sidebar-header-right { display: none; }
Saved it, reloaded the site, and it didn’t work. Reloaded several times, even logged out and logged in. Same problem. It didn’t work. What could I be doing wrong?March 26, 2015 at 10:00 pm #54414SakinKeymaster@ptbates1: Hum… You are adding in Catch Responsive Pro theme support forum and the above css will work on Catch Responsive Pro theme. For Simple Catch Free then you can post it in http://catchthemes.com/support-forum/forum/simple-catch-public/
Try following css instead:
#header .social-search { display: none; }
March 30, 2015 at 12:42 am #54698eb713MemberHi, I wanted to lose the search bar as well. I used the method mentioned above but it also remove the social network links. Is there a way to lose the search bar and keep the social network links?
March 30, 2015 at 9:44 am #54711SakinKeymaster@eb713: Can you post in your site URL? In Catch Responsive Free version, you can just add the following css to remove only search from Header Right.
#header-right-search { display: none; }
June 10, 2015 at 7:18 pm #59278easychoiceMemberI am trying to get rid of the search field in the right corner by using the css codes you have mentioned above but it just won’t work, i don’t have i clue why. The webpage is spindle.se. Thanks for your great work! 🙂
June 12, 2015 at 8:14 am #59369SakinKeymaster@easychoice: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.sidebar-header-right { display: none; }
June 12, 2015 at 7:10 pm #59419easychoiceMemberThanks for fast reply 🙂 tried to copy and paste the code you wrote but the search field is still there :/ The one at the top of the page :/
June 12, 2015 at 7:25 pm #59420easychoiceMemberNow it worked with the code you sent before the one u sent to me 🙂
this one: #header-right-search { display: none; }
Thanks for your help mate! 😀July 6, 2015 at 4:53 am #60560chrisnewittMemberI have to tell you, your theme is AMAZING. I am a self taught Dreamweaver WYSIWYG guy. Now coding experience what so ever. Now every one needs a mobile friendly site so I stumbled across WordPress and your theme. I am having an absolute ball finding plug-ins to customize sites to do what I want, absolutley wonderful.
July 6, 2015 at 4:54 am #60561chrisnewittMemberI meant “No” experience.
July 9, 2015 at 1:37 am #60716SakinKeymaster@chrisnewitt: Thanks 🙂
October 11, 2015 at 6:58 am #68265nprattMemberI have an older pro version and tried all the codes above to get rid of the search box and non of them worked. http://www.cstsolutionsllc.com/
Please send a code that will work with the theme I purchased in June of 2013.Why wasn’t removing the search box simply included in the search options area???
October 11, 2015 at 11:30 am #68273SakinKeymaster@npratt: I see that you are using Catch Box Pro theme and this support is for Catch Responsive Pro theme, so it is not working for you.
For Catch Box Pro theme, you need to post it in http://catchthemes.com/support-forum/forum/catch-box-pro-premium/.
To remove search box in Header Right from Catch Box Pro, you can go to “Appearance => Theme Options => Header Options”, check in “Disable Header Right Sidebar?” and save changes.
January 19, 2016 at 9:36 pm #83243mohammad.shroukhMemberHi,
How can I remove search box and page not found from Home page on my website?
http://docs.tools.markavip.com/
Thanks for your support.
January 20, 2016 at 7:55 am #83292SakinKeymaster@mohammad.shroukh: Your link is not opening to view it. Can you check your URL and let me know it.
March 31, 2016 at 4:32 am #88544rabbyosaberwolvesMemberHi, I’m having a similar problem with mine. http://newcommunitycoalition-coos.org In this case I want to add back the search bar but I can’t remember how I removed it. The search icon would be sufficient, but it likes to make the menu take up three lines instead of two if there are to many links in the menu bar. (of which you can’t dictate how many of the pages become links) Easier just to add back the top search bar… The theme I’m using is the free version of Clean Journal.
March 31, 2016 at 1:35 pm #88555SakinKeymaster@rabbyosaberwolves: Just remove the following css from “Appearance => Customize => Theme Options => Custom CSS Options” box:
#search-toggle { display:none;}
The menu item is more and the space is less. That is why you have issue like that of 3 lines, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to fix it:
@media screen and (max-width: 1280px) { .clean-journal-nav-menu a { padding: 0 15px; } } @media screen and (max-width: 1152px) { .clean-journal-nav-menu a { padding: 0 12px; } } @media screen and (max-width: 1100px) { .clean-journal-nav-menu a { font-size: 14px; padding: 0 12px; } }
-
AuthorPosts
- The topic ‘Remove Search Box’ is closed to new replies.