Home Forums WoodMart support forum How to color the price if it is on sale

How to color the price if it is on sale

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #293062

    loralora
    Participant

    Hello! Please tell me

    1.How to color the price if it is on sale? See photos

    2. How to display all products (maybe there is a shortcode?) With the label “NEW”?
    I only found the shortcode [recent_products per_page = "4" columns = "4"] but it just shows the last added products.

    Attachments:
    You must be logged in to view attached files.
    #293143

    Hello,

    Please provide the site URL I will give you custom CSS for the sales price.

    You can show these products by means of Product Grid or Carousel element/widget: https://xtemos.com/docs/woodmart/faq-guides/product-grid-carousel-element/

    Best Regards

    #293311

    loralora
    Participant

    1. Thank you, url site is attached

    #293456

    Hello,

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

    body .price ins .amount bdi{
        color: red;
    }

    Please show the new products with the Product grid widget. It has the option to sort out and show only new products.

    You need to enter each product and it new.

    Best Regards

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