Home Forums WoodMart support forum change color, remove section

change color, remove section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #456586

    4him4her.gr
    Participant

    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.
    #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

Viewing 2 posts - 1 through 2 (of 2 total)