Customize Media Sosial Sharing Button

Posted in: Newspaper
Post count: 22

Hi, Team

How to change media sosial sharing button to this

https://scontent-sit4-1.xx.fbcdn.net/v/t1.0-9/15781017_153185858500484_5952991244327416646_n.jpg?oh=ee90173fd92fbba10c0bc3776ceabeb7&oe=58E59741

if not possible, hoa to add text on the top of the button

Thank you

Post count: 22421

Hello,

Unfortunately our theme does not have any such option. It can only be made through customizing the css.
Here is an example of how you can get them centered as you suggest:
.td-social-google, .td-social-pinterest{
display:none!important;
}
.td-classic-sharing{
display:block!important;
margin-top:10px;
text-align:center;
}
.td-post-sharing-top{
text-align:center;
}

Thanks.

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