Change icons in Share Box

Posted in: Newspaper
Post count: 8

Hi, I’d like to learn how to replace the theme’s social icons in the share box Newspaper Share Box with my own social icons Custom Designed Social Icons. Thanks!

Post count: 23312

Hello BretonGroup,

Our Facebook and Twitter buttons are a bit different and have other dimensions. Please try the code below and add it in Theme panel->Custom CSS area.

.td-social-google {
border-radius:20px;
}
.td-social-pinterest {
border-radius:20px;
}
.td-social-facebook {
border-radius: 20px;
}
.td-social-twitter {
border-radius: 20px;
}

The result you can see here -> http://screencast.com/t/sOHfBFGNYsUu

Hope this helps!

Thank yu for the message!

Post count: 8

An elegant solution. Thanks!

I had to add “important” to the CSS and it now works perfectly:

.td-social-google {
border-radius:20px!important;
}
.td-social-pinterest {
border-radius:20px!important;
}
.td-social-facebook {
border-radius:20px!important;
}
.td-social-twitter {
border-radius:20px!important;
}

Thanks,
Melissa

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