Home › Forums › WoodMart support forum › change color, remove section › Reply To: change color, remove section
April 3, 2023 at 12:26 pm
#456622
Luke Nielsen
Keymaster
Hello,
1. The code below will help you to change the color only for the “In stock” icon.
.single-product p.stock.wd-style-default.in-stock:before {
color: blue;
}
https://monosnap.com/file/YcFDtIJYQ2RaT41jJ4VYfUwfEWjXdm
2. I see that your product page was built via Layouts, so you need to go to Dashboard -> Layouts -> Single product -> edit that template and remove that section.
Kind Regards