Home Forums WoodMart support forum change color, remove section Reply To: change color, remove section

#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