disable social share button on mobile

Home Forums Gillion Theme disable social share button on mobile

Home Forums Gillion Theme disable social share button on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • hceliktas
    Participant

    i want to disable social share buttons on mobile. I disabled share buttons on desktop from post elements by unclicking share. But mobile buttons are still there? How can i disable it on mobile theme?

    Hi @hceliktas,

     

    I hope you are well today and thank you for your question.

     

    You can disable it on mobile 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

     

    .post-content-share-mobile-contaner {
        display: none;
    }

    Best regards,
    Shufflehound team

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