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

Home Forums Gillion Theme How to hide social network sharing button on mobile devices, mobile devices only

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Mai Quoc Khanh
    Participant

    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

Viewing 2 posts - 1 through 2 (of 2 total)