Changing colours of text/background of shop menus
-
Hi,
I am trying to change either the background colour of the black area with black text with all the product categories.
I am also trying to change the side menu with a blue background – again change text colour to white would suffice.
Thanks
Peter
Hi,
Could you please provide some screenshot of what exactly do you want to choose and specify desired colors?
Regards
Black area – just below the logo – the text is not visible as in the demo – needs white text or light grey
Dark blue menu on the left handside in the sidebar – needs white text.
I hope my attachments for both comments are treated as private – I dont want them visible to everyone.
Attachments:
You must be
logged in to view attached files.
Here is a code snippet to change the color of the sidebar menu
.widget_nav_mega_menu .menu > li > a {
color: #fff!important;
}
As for page heading, change its color in Theme Settings -> Page heading.
Where do you place the code snippet? I tried custom CSS in the theme menu and it did not work.
The other information worked.
You need to place it to the Custom CSS field in Theme Settings.