• mrjackanderson

    (@mrjackanderson)


    Hello, I am totally new to WordPress cam across the problem that is I want to remove search bar from my header, I saw a lot of people saying go to edit and remove this code <? php_get_search_form (); ?> I did remove it, but now the problem is that it’s still visible on the website and when I click on it doesn’t work but is there anyway to remove that?

    THANK YOU ??

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • skandha

    (@skandha)

    Hello @mrjackanderson, I suggest you to never edit the files of the theme without creating a child theme as all your customization and editing will be lost when you update the theme to the latest version.
    If you want to remove the search bar from the header
    Go to => Appearance => Customization => Additional CSS and add the following CSS Code

    #search-toggle {
        display:none;
    }

    Let me know if this is what you wanted.

    For future reference and for swift and dedicated support please post you queries in the official support forum: https://catchthemes.com/support-forum/forum/catch-responsive-free/

    Thread Starter mrjackanderson

    (@mrjackanderson)

    the css code which you gave me isn’t working anything else I can try ?

    skandha

    (@skandha)

    @mrjackanderson:Go to => Appearance => Customization => Additional CSS and add the following CSS Code.

    .search-field {
        display:none;
    }

    If this doesn’t solve your issue Please post in your site URL so that i can provide you with the necessary CSS Code.

    Regards,
    Skandha

    • This reply was modified 7 years ago by skandha.
    Thread Starter mrjackanderson

    (@mrjackanderson)

    https://www.thegamesgroup.com

    css code which you provide isn’t working

    skandha

    (@skandha)

    @mrjackanderson: You don’t seem to be using Catch Responsive Theme. Please post in your issues in the respective theme support forum.

    Regards,
    Skandha

    Thread Starter mrjackanderson

    (@mrjackanderson)

    alright thank you ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove search bar from header in rowling’ is closed to new replies.