How do I remove the SKU field from the cart?

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

  • Avatar: Stelio
    Stelio
    Participant
    March 28, 2023 at 13:03

    How do I remove the SKU field from the cart?
    Do you have any settings for this?

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 28, 2023 at 13:14

    Hello,

    Thank you for contacting us and for using XStore.

    Custom CSS code can be used for this. For example, add the next code in Theme Options > Theme custom CSS:

    .woocommerce-cart table.cart .product-sku {
        display: none;
    }

    Kind Regards,
    8theme team

  • 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.