Hi!
I have been trying to change the link size and color for the topmenu (not mainmenu). I have tested a lot of code snippets from many threads here, but none of them solved the problem.
How to change the font size and color for links in topmenu?
Regards, Charlie!
Hi Charlie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
font-size: 16px;
}
.header_color .sub_menu>ul>li>a {
color: red;
}
#top .header_color .sub_menu ul li a:hover {
color: green;
}
Regards,
Yigit
Thanks again Yigit!
Works like a charm!
Regards.
Charlie