Home Forums WoodMart support forum SKU codes from products detail page

SKU codes from products detail page

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

    vasko
    Participant

    Hi,

    Can you tell me what the option is, to hide SKU codes from being displayed. I wouldn’t want them to be displayed, they don’t need that data to be seen by the clients

    Regards,

    #199966

    Hello,

    To hide SKU from the product page you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .sku_wrapper {
    display: none !important;
    }

    Best Regards.

Tagged: 

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