• Resolved brianray

    (@brianray)


    The new file sharing feature works great! is it possible to disable the social media sharing buttons?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Prince

    (@princeahmed)

    Currently, there is no option for disabling specific social buttons.
    But, It can be done using the below custom CSS:

    .share-item.facebook,
    .share-item.twitter,
    .share-item.whatsapp{
    	display: none !important;
    }

    Use the CSS in the Appearance > Customize > Additional CSS field.

    Thread Starter brianray

    (@brianray)

    Perfect! Thank you

    Plugin Author Prince

    (@princeahmed)

    Welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘File sharing social media links’ is closed to new replies.