Home › Forums › Jevelin Theme › How to show social share options in blog post, by default
Home › Forums › Jevelin Theme › How to show social share options in blog post, by default
As of now social sharing links appears on clicking share button, is there any option so that i can show it using upfront and not by clicking share button.
Hi there,
At the moment there isn’t such an option, but we can give you a little CSS snippet to do that.
Best regards,
Shufflehound team
Ok, please provide that.
Please try this CSS snippet below:
.sh-social-share-networks .jssocials-share {
opacity: 1!important;
margin-left: 0px!important;
}
Thanks, i have figured out same once you said it is possible from CSS.
Hey, one more thing can i change social sharing options. I don’t want to display pinterest option. Is there any way i can modify it.
You can hide pinterest with this CSS snippet. In future updates we will think about adding more options for social share.
.jssocials-share-pinterest {
display: none!important;
}