Deleting search bar in Publisher theme

  • Hey is there any way to delete the search bar by the title in the Publisher theme?

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

  • Hello there,

    This search bar seems to be a built in feature of the Publisher theme without the ability to toggle the setting on and off.

    However if you are a Premium or Business plan holder and have access to custom CSS, the following code will remove this search bar for your header:

    .header-search {
        display: none;
    }

    Hope this helps,

    Cheers

  • The topic ‘Deleting search bar in Publisher theme’ is closed to new replies.