Hi,
How can I set different color on prices?
Example: old price on red, and new price on black?
If you are using a Single product template, in the Product Price element, you can set up the colors under the style tab:
Best regards
And on the category page or results page?
Or do you mean that if i apply style in single product will change everywhere?
Thanks!
This will work only for the single product page.
For the products list, a custom CSS code is required.
Do you need help with writing one?
Yes, please!
For example this page:
https://ps5digital.pt/categoria-produto/especiais/orbit-deals/
(or any other page to have different colors)
Try the following CSS code:
.archive.woocommerce .price del{ color: #f00!important; text-decoration-color: #f00!important; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Comments
Hi,
If you are using a Single product template, in the Product Price element, you can set up the colors under the style tab:
Best regards
And on the category page or results page?
Or do you mean that if i apply style in single product will change everywhere?
Thanks!
This will work only for the single product page.
For the products list, a custom CSS code is required.
Do you need help with writing one?
Best regards
Yes, please!
For example this page:
https://ps5digital.pt/categoria-produto/especiais/orbit-deals/
(or any other page to have different colors)
Try the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards