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

Home Forums Jevelin Theme How to show social share options in blog post, by default

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • hertzden
    Participant

    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.

    Shufflehound
    Moderator

    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

    hertzden
    Participant

    Ok, please provide that.

    Shufflehound
    Moderator

    Please try this CSS snippet below:

    .sh-social-share-networks .jssocials-share {

    opacity: 1!important;

    margin-left: 0px!important;

    }

    hertzden
    Participant

    Thanks, i have figured out same once you said it is possible from CSS.

    hertzden
    Participant

    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.

    Shufflehound
    Moderator

    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;

    }

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