Home Forums WoodMart support forum NEW products

NEW products

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #637633

    cc-7620
    Participant

    Couple questions

    -Where can I change the color of the “New” graphic that overlays the product picture?
    -Is there any way to have newly created products automatically have the New graphic for a set period of time?
    -Can I create a link so customers can see all products with a new label.. Ill create an link “See all NEW items”

    #637806

    Hung Pham
    Keymaster

    Hi cc-7620,

    Thanks for reaching to us.

    1. Where can I change the color of the “New” graphic that overlays the product picture?

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    span.product-label.new {
        background-color: #000;
    }

    2. Is there any way to have newly created products automatically have the New graphic for a set period of time?

    – Please go to Theme Settings > Shop > Product labels and you can change New period https://ibb.co/XrJVGdLL

    3. Can I create a link so customers can see all products with a new label.. Ill create an link “See all NEW items”

    – You can create new page and use Products (grid or carousel) widget with Data source is New label https://ibb.co/C3pzZxn6 then put the link where you want.

    Regards,

    #637985

    cc-7620
    Participant

    Thank you! I cant control the background color of the new label here? See image

    Attachments:
    You must be logged in to view attached files.
Viewing 3 posts - 1 through 3 (of 3 total)