Hide Share Button on Product Page

Home Forums Jevelin Theme Hide Share Button on Product Page

Home Forums Jevelin Theme Hide Share Button on Product Page

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

    Hi, how can I hide the share button on the product page? I was working with CSS addins but do not have a code for this. Thanks!

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @69boxes,

     

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

     

    You can hide 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

     

    .woocommerce.single-product .product .product_meta .woo-meta-share {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    69boxes
    Participant

    Cheers!

    You are most welcome here 🙂

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