Home › Forums › WoodMart support forum › Remove SKU from product page › Reply To: Remove SKU from product page
March 28, 2023 at 10:29 am
#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