change color, remove section
-
1) We change using CSS the color of the stock icon and simultaneously changes the color of the basket icons (pic1). Is there an option to change only the color of the stock icon?
2) Which way you suggest us in order to remove the section “featured products” in the single product page? (pic2)
Thank you
Attachments:
You must be
logged in to view attached files.
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