How to remove Pinterest and WhatsApp?

Posted in: Newsmag
Post count: 8

I want to remove pinterest and whatsapp from the social bar (in post) Anyway this can be done without coding?

Post count: 6535

Hi

Yes you will need some css to hide these buttons so please try this code in theme panel > custom code> custom css: http://screencast.com/t/zCsqCGHGC

@media (max-width: 767px){
.td-social-whatsapp {
display: none!important;
}
}
.td-social-pinterest{
display: none!important;
}

Let me know how it goes.
Thanks!

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