Home › Forums › Jevelin Theme › portfol
Home › Forums › Jevelin Theme › portfol
Hi, i would like to remove twitter and pinterest sign. This appears when i click on the share button. How can i remove those 2?
Hi @SaqlainMughal,
Thank you for your question.
You can remove it from the theme settings as shown in the attached screenshot.
Best regards,
Shufflehound team
You can remove them 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-twitter, .jssocials-share.jssocials-share-pinterest { display: none; }