How do I make the main menu font larger and change the colour?
Hey tmsgraphics4698!
Thank you for using the theme!
Please use this on Quick CSS or custom.css to change the font size:
.av-main-nav > li > a {
font-size: 15px;
}
And this one for the font color:
.header_color .main_menu ul:first-child > li > a {
color: red;
}
Best regards,
Ismael
Hi!
Glad it worked.
For the hover color, just use this:
.header_color .main_menu ul:first-child > li a:hover {
color: red;
}
This is for the dropdown size and color:
.header_color .main_menu .menu ul li a {
color: red;
}
#top .av-main-nav ul a {
font-size: 15px;
}
Best regards,
Ismael