Home Forums Free Themes Education Hub Hide Search Bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6276
    kmevanish
    Participant

    Hello,

    How do I hide the search bar on top right?

    Thank you.

    #6302
    wensolutions
    Keymaster

    Hello @kmevanish

    This feature is not available in free version of the theme form customize section but easily available in the pro version of the theme.
    There are other more feature available in pro version. You can check here http://themepalace.com/downloads/education-hub-pro/

    However this can be done by adding some custom CSS in free version.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Option.
    In this section you will see a box to write custom CSS. In this box copy and paste following CSS.

    
    .search-section {
        display: none;
    }
    

    Hope this will help to resolve your issue.
    Let me know how it goes.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.