Home › Forums › Basel support forum › Sale price colour › Reply To: Sale price colour
July 18, 2019 at 2:54 pm
#133414
Elise Noromit
Member
Hello,
Try this code:
/* STYLE OF FIRST PRICE */
.product-grid-item .price .amount:first-child {
color: red; /* COLOR */
font-weight: 600; /* FONT WEIGT */
}
/* STYLE OF SECOND PRICE */
.product-grid-item .price .amount:last-child {
color: blue; /* COLOR */
font-size: 16px; /* SIZE */
font-weight: 600; /* FONT WEIGT */
}
body .single-product-content p.price .amount:first-child {
color: red; /* COLOR */
}
body .single-product-content p.price .amount:last-child {
color: blue; /* COLOR */
}
If it does not work, please provide your site URL
Best Regards