Viewing 7 reply threads
You must be logged in to reply to this topic.
Hi,
How can I change the color of social media icons (: hover)?
Regards,
Alex
Hello,
Please add this code:
#footer-wrapper.dark-style .social_widget .social-icons-widget li a i {
color: #b39772 !important;
}
Change the color to your wish.
Best regards!
Hello,
No, this will give the same color to all of them. Did you want to give each a different color?
Best regards!
Hello,
Yes, you can. I edited the css you had in the Custom css box to this:
#footer-wrapper.dark-style .social_widget .social-icons-widget li a i:hover {
color: #b39772 !important;
}
Please check it now. I just changed the position of :hover
, from after .social-icons-widget
, to after the i
(so it targets each icon separately).
Best regards!
You’re welcome!
If you like our theme, please leave a rating on Themeforest. It’s important for us:
https://themeforest.net/downloads
Thank You!
You must be logged in to reply to this topic.