How to disable social share icon on desktop

Posted in: Newspaper
Post count: 436

Hey, I am using different plugin for social sharing on desktop and want the newspaper socia sharing option on mobile version. No using mobile theme plugin.

How can I disable social sharing option for posts on desktop version and can have it enabled on mobile version only ( along with WhatsApp share option)

Thank you.

Post count: 22421

Hi,

The easiest way of doing it is to simply hide the social share buttons on desktop with css. You can use this code:
@media(min-width:767px){
.td-post-sharing-top, .td-post-sharing-bottom{
display:none!important;
}}

Thank you!

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