• Hi guys,
    I need help removing my search bar.
    Here is the link of my page
    https://www.thesilvermicpodcast.com
    The bar is on the top right corner.
    Also, how do you think that will affect to the social media links that I have? I will want them to still be there.
    What code should I look for? Should I change anything? Maybe write disable somewhere? Any ideas?

    Thanks guys, thank you for your time, I will appreciate any help.

Viewing 1 replies (of 1 total)
  • The easiest way to remove it would be to use some custom CSS to hide. If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    #sidebar-header-right .widget_search {
    	display: none;
    }

    This code won’t affect the display of your social media links.

Viewing 1 replies (of 1 total)
  • The topic ‘How can I remove my search bar?’ is closed to new replies.