Home › Forums › Gillion Theme › How to hide social network sharing button on mobile devices, mobile devices only
Home › Forums › Gillion Theme › How to hide social network sharing button on mobile devices, mobile devices only
Hello, just like the title I would like to ask how to hide the social network share button on mobile devices, only mobile devices. Thanks !
Hi Mai,
I hope you are well today and thank you for your question.
You can hide 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 (max-width: 782px){ #page-container .post-content-share-mobile-contaner .post-content-share-mobile { display: none!important; } }
Best regards,
Shufflehound team