29 / 91
Change Social Icon Colors
By default SmugMug lets you customize the social icons to "Default", "Muted", "Accented", or "Branded". However, there's no easy way to change the colors to something else or to change the hover color of these icons. The following code will allow you to change the social media icons to be whatever color and whatever hover color you desire: Add the following CSS to your theme's Advanced CSS settings:
/* Change the color of the social media icons */ .sm-page-widget-social-links a { color: #F8F8F8 !important; } /* Change the hover color of the social media icons */ .sm-page-widget-social-links a:hover{ color: #FFFFFF !important; }
- No Comments
All images © 2007-2021 Aaron Meyers