Home › Forums › Jevelin Theme › Social icons on hover in footer
Home › Forums › Jevelin Theme › Social icons on hover in footer
Hi,
Where is the setting to update the on hover color of the social media icons in my footer? I can’t seem to find it.
Currently when you hover over the social media icons in the footer, it turns light pale blue, but I need to update this color to red (#e62601).
Thank you!
-Kristy
Solution for this topic
Hi Kristy,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-footer .sh-copyrights a:hover { color: #e62601 !important; }
Best regards,
Shufflehound team
Good morning,
This fixed it – thank you! 🙂
Thanks,
Kristy
You are most welcome here 🙂