Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2233
    Anusha
    Member

    How Do I remove the search box at the top right corner, I don’t need it on my site. ?

    #2264
    Sakin
    Keymaster

    @Anusha: If you are using Simple Catch Theme then the easiest way is to hide it from the css.

    Go to “Appearance -> Theme Options -> Custom CSS” box in your WordPress Dashboard and add the following css:

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

    #2317
    Anusha
    Member

    Thank you! That worked.  I have another question, how do I remove the “Leave a Comment” box?

    #2320
    Sakin
    Keymaster

    @Anusha: can you send me your site url?

    #2322
    Anusha
    Member

    prophixuserconference.com

    #2324
    Sakin
    Keymaster

    @Anusha: you can actually disable comment in each page and post. See this http://en.support.wordpress.com/enable-disable-comments/

    #2617
    cgholland
    Member

    Hi.  I have Simple Catch Pro and I tried using this line of code in the Custom CSS editor, and it’s not working… Any other suggestions?  I’m sure this is a very simple fix, and I’m just wondering why it’s not working for me.  Happy holidays 🙂

    #2639
    Sakin
    Keymaster

    @cgholland: You are adding question in Simple Catch forum but you are using Simple Catch Pro Theme. For Simple Catch Pro Theme you need to use this forum http://catchthemes.com/support-forum/forum/simple-catch-pro-premium/ .

    I have added your answer here http://catchthemes.com/support-forum/topic/search-box-how-to-hidesearch-box-at-the-top-right-corner/

    #3847
    venkat
    Member

    Hi,

    How to configure the Search option as google Search.

     

    Thanks In Advance

    #3878
    Sakin
    Keymaster

    @venkat: For that you might need to add plugin if there is or you need to work on child theme. This requires custom coding and our theme doesn’t have this option.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Search Box’ is closed to new replies.