Main Menu
- The topic ‘Main Menu’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I’d like to know if it’s possible to change the font, color, hover color and background color of the main menu. Do you have a CSS code for that?
Thank you!
The blog I need help with is: (visible only to logged in users)
Hi there, yes – these changes are possible with CSS. Please add the following, and substitute for the color you want to use in the indicated color areas:
.menu a:hover {
color: #ffffff !important;
}
#header {
background-color: #ffffff;
}
.menu a {
color: #ffffff;
}
#navigation {
background-color: #ffffff;
}