Home › Forums › Jevelin Theme › changing social icon color for footer area
Home › Forums › Jevelin Theme › changing social icon color for footer area
Good day, i’m trying to see if you can help me choose a good color and hover color for the footer social icons. the current color is gray and white so its not visible at all.
thanks in advance,
randall
Hi Randall,
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-social-widgets a { background-color: #000; } #page-container .sh-social-widgets a:hover { background-color: rgba(255,132,100,0.86) !important; }
Best regards,
Shufflehound team