How to delete this? - by Vincestoffels - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler

  • Avatar: Vincestoffels
    Vincestoffels
    Participant
    January 12, 2021 at 11:39

    Hi there,
    I want to delete “Toevoegen aan verlanglijst” and “Delen met vriend” on every Single Product Page. How is this possible?
    Screenshot: https://gewoonkoel.nl/Screenhelp3
    Thank you!

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2021 at 13:23

    Hi,

    Add this code in Theme Options > Custom CSS:

    .single-product .product-information .yith-wcwl-add-to-wishlist,
    .single-product .product-information .email-link {
        display: none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.