Remove the social share buttons on image container

Home Forums Gillion Theme Remove the social share buttons on image container

Home Forums Gillion Theme Remove the social share buttons on image container

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Dominique_NE
    Participant

    Hello,

    How can I remove the social share buttons and functionality on the image containers?

     

    Solution for this topic

    Hi @Dominique_DF,

     

    I hope you are well today and thank you for your question.

     

    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

     

    .vcg-image-container-content-right {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Dominique_NE
    Participant

    Thank you very much this has worked.

    You are always welcome here 🙂

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