Home Forums WoodMart support forum Remove the brand row Reply To: Remove the brand row

#215744

Hello,

There is no option to delete the brands from the product page only.

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

body.single-product .brands-items-wrapper {
display:none;
}

Best Regards