How to change background color of mobile menu item?
-
For mobile menu, I would like to set a light gray background color for my account and shop by category row – http://prnt.sc/10yidho
It would be a great help if you can guide me on how to achieve this.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.site-mobile-menu li a {
background: red;
}
Regards.
Xtemos Studios
I have implemented that CSS on staging site,It changed the background color of all items – http://prnt.sc/10yxgik
I don’t want that…I would like to set a light gray background color for my account and shop by category row only – http://prnt.sc/10yidho
Hello,
I saw the screenshots you attached.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.site-mobile-menu .menu-item-register>a {
background: red;
}
.site-mobile-menu li#menu-item-20339 {
background: red;
}
Regards.
Xtemos Studios