default social share

Posted in: Newspaper
Post count: 101

Is there any way that the social icons included in theme can show the share count? and is it possible to make the facebook and share twitter smaller I mean show just the word share?

Post count: 23312

Hello carmene,

Unfortunately, our theme does not have this such option to show the share count, sorry. You should find a plugin with this functionality and see how it works for you.

For your second request, please try the code below and add it in Theme panel->Custom CSS area. Below, I gave you an example and you should try to implement this on your website as you wish.

.td-social-sharing-buttons {
font-size: 15px;
color: black;
}
.td-social-facebook, .td-social-twitter {
background-color:white;
}

The result you should see here -> http://screencast.com/t/IhGGFerR

Hope this helps!

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