Changing background color – categories menu
-
Hey,
How can i change the background color of the categories menu?
Attaching picture.
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to change the background.
body .categories-menu-dropdown li.menu-item .sub-menu-dropdown {
background-color: #f9f9f9;
}
Regards
Thank you!
And what about the orange color? How to change him?
Another thing, how to change to font color at the dropdown menu?
Yellow color can be changed in Theme Settings -> Styles and colors -> Secondary Color
Use this snippet to change font color.
body .categories-menu-dropdown li.menu-item .sub-menu-dropdown ul li a {
color: rgba(255,255,255,.8);
}
body .categories-menu-dropdown li.menu-item .sub-menu-dropdown ul li:hover a {
color: white;
}
Regards
The topic ‘Changing background color – categories menu’ is closed to new replies.