Colors of widget icons
-
Hi:
I need to change the color the things like:
social icon (footer widget)
Facebook page name (sidebar widget)It is in the default color which I have changed to orange now.
Thanks
The blog I need help with is: (visible only to logged in users)
-
For the Facebook title in the sidebar, this will do it for you.
.widget_facebook_likebox h2 a { color: #ff9248; }And this will do it for the footer social icons.
.jetpack_widget_social_icons svg { color: #ff9248; }
- The topic ‘Colors of widget icons’ is closed to new replies.