Manage Social Media on the page

Posted in: Newspaper
Post count: 12

Hello,

How can i manage those social media

01
02

For exemple i want to show just twetter or facebook and not pinterest.

I checked on them panel but i didnt find anything, how can i do that

Kind regards,

Post count: 22421

Hello,

Unfortuanately there are no settings for this element. It cannot be customized. You can remove one or the other with a css trick
For example id you want to hide pinterest you would use this code:
.td-social-pinterest{
display:none!important;
}

You can add the code in the theme panel->custom css box.

Thank you!

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