In collection page and on product page I would like to change the color of the price of the products that are on sale to red. nutrijex.com
Hello @NutriJex
please add this css Asset > base.css and paste this at the bottom of the file:-
span.price-item.price-item--sale.price-item--last {
color: red;
}

