Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #145117
    danikaellis
    Participant

    A month ago, I asked how I could delete the top search bar in the theme, so that the header image would be flush to the top of the page: https://catchthemes.com/support-forum/topic/how-do-i-delete-top-search-bar/

    With the advice given, I was able to do that, but I recently realized that it also disabled the search widget in the sidebar. Is it possible to have the sidebar search option without the top search bar?

    #145130
    Skandha
    Participant

    @danikaellis: Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    .widget.widget_search {
    	display:none;
    }

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    #145131
    danikaellis
    Participant

    Thank you, Skandha! That does solve my issue.

    #145132
    Skandha
    Participant

    @danikaellis: Glad I could help you out. Have a good day!

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Search box in sidebar and not at top of page’ is closed to new replies.