Home Forums WoodMart support forum Footer Reply To: Footer

#586828

Luke Nielsen
Keymaster

Hello,

In this case, use the code below to hide those fields:

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

Define it in Theme Settings -> Custom CSS.

Kind Regards