Social Icons
-
How can I change the social media icons on my footer widget to the original colors. I was able to change the size
.widget_wpcom_social_media_icons_widget ul li a { font-size: 3.5rem;}but how do I make the icons their own original colors. Thanks
-
Figured it out
.genericon-facebook::before { color: #3b5998; } .genericon-twitter::before { color: #00aced; } .genericon-instagram::before { color: #bc2a8d; }
- The topic ‘Social Icons’ is closed to new replies.