The mobile menu background color is white, which is a problem as the menu text is white.The main menu is black with white background. I would be happy if the mobile menu was the same or if the text on the mobile menu was black. I just need to be able to have the mobile menu readable.
Thanks for your help!
Comments
we did checked your site but your mobile menu is black already http://snag.gy/O5vPn.jpg
#Top_bar a.responsive-menu-toggle { color: #000 !important; }#Top_bar a.responsive-menu-toggle i { font-size: 35px !important; }#Top_bar a.responsive-menu-toggle { border: 1px solid #000 !important; width: 50px !important; }
http://forum.muffingroup.com/betheme/discussion/1021/how-to-change-betheme-action-bar-link-colour
http://forum.muffingroup.com/betheme/discussion/409/changing-social-icon-and-action-bar-icon-colors
you can change it with css
#Top_bar #menu ul li.submenu .menu-toggle {opacity:1 !important;
}
Thanks!