To remove the search bar displayed on top right corner of the webpage

  • Unknown's avatar

    Hello!
    Please let me know how i can remove the search bar thats on the top right corner of the webpage.

    Thank you and your help in this matter is much appreciated.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi nprasannac,

    You would need the upgrade to allow for custom CSS.
    If you haven’t already done so, you would need to go to
    My Sites > Plan
    and upgrade to either the Premium or Business plan.

    Once you have access to the custom design feature please go to
    My Sites > Customize > CSS
    and then enter the following code.

    #search {
    	display: none;
    }

    Hope this helps!

  • The topic ‘To remove the search bar displayed on top right corner of the webpage’ is closed to new replies.