Home Forums WoodMart support forum Remove SKU from product page

Remove SKU from product page

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

    ben.prosource
    Participant

    Ho Do i remove the sku from the single prodcut page?

    Attachments:
    You must be logged in to view attached files.
    #454705

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to hide the “SKU” value, please enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

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

    Kind Regards

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