Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3369767
Remove social share product
Closed

Comments

  • Steve started the conversation

    Hi, How can I remove the social share in single products Woocomerce? 

    1189061420.png

  •  2,280
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .single-product-share {
        display: none;
    }

    Regards,
    PenciDesign.