Hi there, could you please view:
[Links visible only for registered users] on MOBILE and let me know how to change the color of the menu? It should appear black like it is in desktop view, but right now it is showing up white and you cannot see the links.
Thank you
Comments
to change the background color of mobile menu, you need to use extra css:
#Top_bar #menu { background: #000 !important; }#Top_bar .menu > li ul { background-color: rgba(255,255,255,0.5) !important; }