This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Dear supports professionals,
could you please help me to change color of main menu?
I would like to change as follows
backgound : red
font: white
hover: grey
thank you for your support in advance
Hello,
Please add this code in custom.css file:
.header-type-6 .menu-wrapper {
background-color: red;
}
.menu > li > a {
color: white !important;
}
.menu > li > a:hover {
color: grey !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up