Home Forums WoodMart support forum Regarding the product sku, I would like to not show it in the home sku.

Regarding the product sku, I would like to not show it in the home sku.

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

    fengweiyu166
    Participant

    What should I do about this?

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

    Hung Pham
    Keymaster

    Hi fengweiyu166,

    Thanks for reaching to us.

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

    .wd-product .product-element-bottom .wd-product-sku{
    	display: none;
    }

    Regards,

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