Hi,
In the top nav area, how do I make the social icons “circular” on hover? Also, how do I change the font color of these icons? I can’t find the selectors. :(
Thanks,
Josh
Hey Josh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#header_meta .social_bookmarks li a {
border-radius: 100px;
color: red;
}
Best regards,
Yigit
Thanks!