I can’t say enough how much I love this theme. Thank you so much for your work and your support.
Have a few more things that I need help with.
1. I would like to give the top menu a color background and then the font lighter. But for the main menu then, leave it a white background with dark font. If I change in top menu, it also changes the main menu. How can I do what I want to do?
2. I would like increase the size of the social icons. Cannot find out where to do that.
Thanks again. http://charbonneaugolfclub.com
Hey eswyt!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.sub_menu li > a {
background-color: red!important;
color: white!important;
}
#top .social_bookmarks li a {
font-size: 25px; }
Regards,
Yigit
Thanks. That worked!