How to remove SKU on Single Products Page?

This topic has 4 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: lvl5ballz
    lvl5ballz
    Participant
    May 18, 2015 at 18:09

    I would like a CSS solution to hide the SKU:(in this case teat) in all single product pages. Looking forward to assistance.

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 18, 2015 at 18:24

    Hello,

    Please add this code in custom.css file:
    .product-code {display: none !important;}

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Regards,
    Eva Kemp.

    Avatar: Rubien
    Rubien
    Participant
    October 9, 2015 at 12:08

    Hi.

    i tried this, but it still show the SKU on product page. Any idea why?

    Avatar: Eva
    Eva Kemp
    Support staff
    October 9, 2015 at 12:17

    Hello @Rubien,

    Please use this code in custom.css file:

    .single-product-page .product-info .sku_wrapper {
        display: none;
    }

    How to create custom.css you can watch in this tutorial

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 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.