hi how can i use css to home in on changing the background colour of the menu items that are just 1 level deep on mobile menu
ive taken a screenshot and highlighted with a red rectangle the ones i mean
i did try this
#mobile-advanced li ul li a {background-color: #000;}
but it changed it for all the menu items below as well
see image at http://imgur.com/8rEirL3
Hi codecreative!
Please add following code to Quick CSS
ul#mobile-advanced .sub-menu > li > a > .avia-menu-text {
color: orange;
}
If that does not help, please post the link to your website
Regards,
Yigit
hi this seem to change the colour of the element but all of its child elements to. I would have thought > would stop that happening
Please can you try logging in and take a look