Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #133680
    danikaellis
    Participant

    I want to delete the entire white search bar at the top of the page. I am using the Pro version, which says it has an option to disable it. I went to Theme Options -> Fixed Header Top Options -> and checked the box that says Check to Disable Search, but the search bar is still there.

    My URL is http://lesbrary.com and I want the header to be flush to the top of the page.

    #133692
    Skandha
    Participant

    @danikaellis: Theme Options => Fixed Header Top Options => Check to Disable Search this option is for the search icon that appears when you enable fixed header top.

    To remove the search bar on you site.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .widget.widget_search {
    	display:none;
    }

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

    #133693
    danikaellis
    Participant

    @Skandha

    Thank you! That deletes the search bar, but there is still a band of white at the top of the page. How can I delete that, so the banner is flush to the top of the page?

    #133694
    Skandha
    Participant

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

    #header-content {
        display:none;
    }

    Let me know if this works out.
    Regards,
    Skandha

    #133724
    danikaellis
    Participant

    Perfect! Thank you!

    #133767
    Skandha
    Participant

    @danikaellis: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-flames/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How do I delete top search bar?’ is closed to new replies.