Home Forums Basel support forum CSS code to hide sku on product

CSS code to hide sku on product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #243662

    Bamboon
    Participant

    Hello,

    I have found this css code to hide sku :

    .product .sku_wrapper {
    display: none;
    }

    But it’s not working on the front

    Can you help me out please ?

    Thank you so much,

    Lorene

    #243734

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-product-content .product_meta>span.sku_wrapper {
    display:none;
    }

    Best Regards

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