Hello!
When I hover color on the social icons is correct for each particular service. But how do I get that color by default — meaning I want the color to show even when not hovering? And how do I set the hover effect on social icons?
Hey JeffBianchi,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Here it is:
Hi,
Add this to quick css:
.social_bookmarks_facebook.av-social-link-facebook.social_icon_1{
background-color:#37589b!important;
border-radius:50px!important;
}
.header_color .social_bookmarks a{
color:#fff!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
This worked perfectly. Thanks!
Is there a way for me to alter the icon on mouse hover?
Jeff
Hi,
I’m glad that helped. For hover you would want to adjust to add the following as well:
.social_bookmarks_facebook.av-social-link-facebook.social_icon_1:hover{
background-color:#37589b!important;
border-radius:50px!important;
}
.header_color .social_bookmarks a:hover{
color:#fff!important;
}
Best regards,
Jordan Shannon