Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #120520
    Jacky
    Participant

    Hey,
    I want to delete the grey search bar below the header image since there is a second search bar in the main menu bar (which I prefer). It looks weird since my main menu is directly below the header. Anyway, I can’t find the code for it. How can I remove it (or at least get it to the bottom of the website)?

    Screenshot

    (Sorry for language mistakes, I’m from Germany – let me know if you don’t know what I mean!)
    And thank you for the theme – I’m still at the beginning, but I love it!

    #120551
    tikaram
    Keymaster

    @jacky : This feature is available in Catch responsive pro only. You may either upgrade to Pro version of the theme or the search box can be hidden with additional css. Let me know what you would like to do.

    Regards,
    Tikaram

    #120567
    Jacky
    Participant

    Thanks for your answer. Since I’m just starting, I’d like to stick to the free version for now, but I’ll keep this in mind. Any possibility to show me what I have to add in the css?

    Kind regards,
    Jacky

    #120568
    tikaram
    Keymaster

    @jacky : Go to Appearance => Customize => Additional css and add the following css

    .sidebar-header-right{
      display:none;
      }

    Let me know if you need further assistacne.

    Regards,
    Tikaram

    #122822
    Kreiku
    Participant

    Hi, I don’t want the search menu displayed next to Social Media icons on Catch Everest site thehighcouncilband.com

    Previous to the recent update, it was gone.

    I changed it from:

    #header-right content .searchform {
    display: none;
    }

    changed to:

    .sidebar-header-right{
    display:none;
    }

    search bar is still there.

    Thank you Kirsten

    #122874
    tikaram
    Keymaster

    @kreiku : Go to Appearance => Customize => Additional css and add the following css.

    #header-right .widget_search{
    	display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Delete search bar below the header’ is closed to new replies.