I need to change the mobile menu from transparent to #387aef. How do I add that in CSS?
Hi There @bigpiccolo
Thanks for writing in! Try adding the following CSS rules into your X -> Theme Options -> CSS area and change the color values accordingly.
#x-btn-navbar {
background-color: red;
}
#x-btn-navbar:blue {
background-color: red;
}
Hope that helps.
I was able to get to work with
.x-navbar .mobile .x-nav li>a {
margin: 0 0 11px;
border: 1px solid;
padding: 0.75em 0.95em;
color: #ffab40;
background-color: #387aef;
Glad it’s working now, and thanks for sharing 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.