How to change the color of Email sharing?

Posted in: Newspaper
Post count: 494

Hi,

How can I change the color of “Email” in the post sharing options? (it’s black by default)

Thanks

Post count: 22421

Hello,

Please use this custom css in your theme panel custom code section:

.td-ps-bg .td-social-mail .td-social-but-icon{
background-color: #64a7cd!important;
}

Thank you!

Post count: 494

Hi,

Thanks for the code but it’s not working 100%
Look at the picture https://i.imgur.com/VgKAhSn.png

Can you help?
Thanks

Post count: 20688

Hi,

Try it like this – https://www.screencast.com/t/WGwySrzWlTnl

.td-ps-bg .td-social-mail .td-social-but-icon,
.td-ps-bg .td-social-mail .td-social-but-text {
background-color: green!important;
}

Thanks

Post count: 494

Works perfectly! Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.