Remove logo and centre menu below header

Hello,

can you please help me centring my menu below header and removing the default logo? I have removed logos in General settings. (I don't need the search implemented in the menu)


Thank you in advance.

Comments

  • Hi,

    you can do this with below css:
    #Top_bar .logo { display: none !important; }
    #Top_bar .top_bar_right { display: none !important; }
    #Top_bar .top_bar_left { width: 100% !important; }

    #Top_bar .menu_wrapper { text-align: center; width: 100%; }
    #Top_bar .menu > li { display: inline-block; float: none; }
  • edited July 2015
    Thank you! Worked flawlessly! 

    Another question.. If you look at the site now. How do I accomplish having the header and menu on all "pages" of the menu. If I click on e.g. "Food" I want to have the header and menu same as homepage.

    Also, how do I reduce header height (of the menu)?

    Thank you in advance! Your help is much appreciated. 
  • But menu looks the same on other pages as we see.
  • Yes menu does, but the header image disappears. How do I make it stay?

    Also, how do I make the menu (black) height smaller?
  • This is not the image. This is revolution slider. So if you want to have revolution slider on other pages as well, for each page under "Page options" section you must select slider.

    But to make menu height smaller, please use below css:
    .menu-highlight:not(.header-creative) #Top_bar .menu > li > a { margin: 10px 0 !important; }
  • Thank you! 

    Yes I know, but if you check the page.. There are category pages, not different pages I can edit. Is there a way to make it happen? 
  • This is unfortunately not possible. For some pages, like Categories, slider can not be set.
Sign In or Register to comment.