Changing the color of the Share Widget icons
How do I change the color of the social media icons that display when using the Share Widget?
Original question received by ShortStack Support
-
Official comment
Answer from ShortStack Support: This can be done via the Style Panel. Here's how:
- Click the icon at the top to open the Style Panel
- Click the Share Widget in the Edit Widgets Panel to open the Share Widget settings in the Style Panel
- Within the Style Panel under ALL SHARE, click Links
- In the ICONS & TEXT section, update the color in the box below Default Color
- Click Save at the bottom of the Style Panel
Steps 1-4 are illustrated in the image below.
For older Campaigns not using Style Panel:
If you are not using the Style Panel for your Campaign (older Campaigns), then you can update the color of the Share Widget icons using CSS. Here's the CSS you need:
/*Share Icon Color*/
a.ss_share_on{
color:#000000;
}
/*Share Icon Hover Color*/
a.ss_share_on:hover{
color:#ffffff;
}The CSS Editor is accessed by clicking the Style Panel icon at the top of the Campaign Builder. Click the CSS icon in the upper right corner of the Style Panel, then drop in the CSS. After you drop in the CSS, enter the HEX values for the colors you want to use after color: in the CSS.
Comment actions
Please sign in to leave a comment.
Comments
1 comment