Home › Forums › Gillion Theme › Social icons WhatsApp
Home › Forums › Gillion Theme › Social icons WhatsApp
Hi,
If I click on the desktop page on the WhatsApp icon I get an error which is quite natural. How can I avoid this e.g. can the icon be hided on the desktop?
Best regards,
Jürgen
Hi Jürgen,
Thank you for your question.
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Thank you.
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (min-width: 782px){ .post-content-share .jssocials-share.jssocials-share-whatsapp { display: none; } }
Thank you. Does work.
You are most welcome here 🙂