Hide Top Bar
[Links visible only for registered users]
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
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; }