Hide Top Bar

Hi, is there an option to hide the top bar (the menu / navigation )?
http://bit.ly/1Z2Lfej
I want to hide the "home" navigation in the upper right corner.
In addition, do you know how to make the wpml language switcher next to "home" transparent?
Custom CSS would be ok too ; )

thanks a lot !

Comments

  • Hi,

    to remove top bar menu, please use below css:
    #Top_bar .menu > li > a { display: none !important; }
    But to make the wpml language switcher transparent please use below css:
    #Top_bar .wpml-languages a.active, #Top_bar .wpml-languages ul.wpml-lang-dropdown { background: transparent !important; }
    #Top_bar .wpml-languages a.active { background-color: transparent !important; }
Sign In or Register to comment.