Home › Forums › WoodMart support forum › Remove the brand row › Reply To: Remove the brand row
July 31, 2020 at 3:32 pm
#215744
Elise Noromit
Member
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