How to color the price if it is on sale
-
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.
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
1. Thank you, url site is attached
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