Home › Forums › WoodMart support forum › Issues with CSS › Reply To: Issues with CSS
March 11, 2022 at 10:04 am
#359849
Bogdan Donovan
Keymaster
Hi,
1. Your label custom code didn’t have specificity to overweight our theme styles in all possible conditions. Try to increase its specificity by adding an additional tag or class.
Try to replace:
.product-label.new
With:
body .product-label.new
2. To add a description to the product category use a specific area in the Product => Categories => Desired category (https://prnt.sc/Pz7aY33smn8j). You can use HTML block shortcodes to insert content created with page builders.
Kind Regards