Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1381
    reddog14
    Member

    How can I remove the search feature at on the top right side of page?

    #1388
    dpmaki
    Member

    wondering the same thing myself. I want to eliminate it from the header and use my own header image.

    #1422
    Sakin
    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;
    }

    #1450
    nyes1nps
    Member

    tried that… didn’t work

    #1451
    Sakin
    Keymaster

    @nyes1nps: Your site URL link please.

    #2025
    ronmerk
    Participant

    This is what worked for me (in the custom CSS field – theme options)

    #header .social-search form.searchform {display:none;}

    Ron

    #2052
    dpreiser
    Member

    Neither of the above suggestions work for me. Please someone help me remove the search function from the header and reduce the height.

    http://joelforrester.com/pages/

    #2060
    Sakin
    Keymaster

    @dpreiser: You are using simple catch pro. So for this you need to add the following css:

    #header-content .searchform {
    display: none;
    }

    #2062
    dpreiser
    Member

    Thank you! That worked.

    #78063
    eirini
    Member

    I 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?

    #78072
    Sakin
    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.

    #106552
    pcburkhalter
    Participant

    Hello

    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!

    #106757
    Sakin
    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; }

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Remove search at top right of page’ is closed to new replies.