- This topic has 12 replies, 8 voices, and was last updated 6 years, 4 months ago by
Sakin.
-
AuthorPosts
-
October 26, 2012 at 11:10 pm #1381
reddog14
MemberHow can I remove the search feature at on the top right side of page?
October 27, 2012 at 7:19 am #1388dpmaki
Memberwondering the same thing myself. I want to eliminate it from the header and use my own header image.
October 29, 2012 at 11:35 pm #1422Sakin
Keymaster@reddog14: You can hide it with the help of css. Just add the following CSS in “Custom CSS Box” in Theme Options under Appearance Tab of your WordPress Dashboard.
#header .social-search form.searchform {
display: none;
}October 31, 2012 at 12:53 am #1450nyes1nps
Membertried that… didn’t work
October 31, 2012 at 12:55 am #1451November 23, 2012 at 6:20 am #2025ronmerk
ParticipantThis is what worked for me (in the custom CSS field – theme options)
#header .social-search form.searchform {display:none;}
Ron
November 27, 2012 at 2:45 am #2052dpreiser
MemberNeither of the above suggestions work for me. Please someone help me remove the search function from the header and reduce the height.
November 27, 2012 at 12:08 pm #2060Sakin
Keymaster@dpreiser: You are using simple catch pro. So for this you need to add the following css:
#header-content .searchform {
display: none;
}
November 27, 2012 at 8:03 pm #2062dpreiser
MemberThank you! That worked.
October 18, 2015 at 2:05 pm #78063eirini
MemberI am using catch flames (http://www.triopetra.com.gr) and none of the above codes at css field works… 🙁
How can i remove the search box?October 18, 2015 at 5:54 pm #78072Sakin
Keymaster@eirini: This is Simple Catch Theme Support forum and you are using Catch Flames theme, that is why the above css will not work for you. You need to search at Catch Flames support forum at http://catchthemes.com/support-forum/forum/catch-flames-free/ and if you have question, you need to post in there.
January 6, 2017 at 1:31 pm #106552pcburkhalter
ParticipantHello
i have the same problem: http://www.brachers.ch
i can’t remove the search field. none of the solutions works for me… Can you help me?thank you!
January 9, 2017 at 3:01 pm #106757Sakin
Keymaster@pcburkhalter: I check in your site and see that you are using Catch Responsive theme but this is forum in for Simple Catch Theme. Each theme is different and one theme solution might not work with another. So, for Catch Responsive free theme, please use the support forum at https://catchthemes.com/support-forum/forum/catch-responsive-free/
To hide search in your header, you can add the following css in “Appearance => Customize => Additional CSS” box:
.sidebar-header-right { display: none; }
-
AuthorPosts
- The topic ‘Remove search at top right of page’ is closed to new replies.