Whatsapp sharing in Mobile view

Posted in: Newspaper
Post count: 24

Hi;

Would you please guide me how I have to remove whatsApp sharing button in article pages (mobile view),
do we have any visual option in theme panel or I have to comment it out in the code ?

Best regards;
Reza

Post count: 23312

Hello Reza,

If you want to remove the WhatsApp icon, you have to use a bit of CSS code to hide it. Please try the code below and add it in Theme panel->Custom CSS area or if you want to delete this option from the code, you have to follow this step, like this -> http://screencast.com/t/4qP2nZGmxP

The code is ->

.td-social-whatsapp {
display:none!important;
}

Thank you for the message!

Post count: 24

Thank you so much, it worked.

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