Home › Forums › Gillion Theme › Social Sharing – Blog post
Home › Forums › Gillion Theme › Social Sharing – Blog post
Hi @test2,
I hope you are well today and thank you for your questions.
• Remove Pinterest sharing
You can remove 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
.jssocials-share.jssocials-share-pinterest { display: none; }
• Add in Linkedin sharing
• Add Email Sharing (if possible)
To achieve this you have to develop custom code. Instead you can just disable this functionality from post settings and use any free WordPress plugin to achieve it.
Best regards,
Shufflehound team
I don’t see the CSS code on your shared site.
Where have you added the code?
What would be the custom code to add the LinkedIn button?