Hi, I have a client site that when viewed on a mobile phone, the main menu is white in colour on a white background. So it disappears to the user. Can you please provide some code for the custom.css file to change the colour? Thanks, JR
jross Hi Try this code
.t3-mainnav .t3-navbar-collapse { background: #ff8000;} .t3-mainnav .t3-navbar-collapse .navbar-nav li.active > a, .t3-mainnav .t3-navbar-collapse .navbar-nav li.active > span { color: #fff; }
That's great. Thank you. JR