I am reaching out for a little bit of support.
I have Woocommerce products which display two prices side by side – full price & sale price.
Both of them use the same css styling in black. I would like to make the full price in lighter grey color.
The span:
<span class="woocommerce-Price-amount amount">312.00<span class="woocommerce-Price-currencySymbol">€</span></span>
<span class="woocommerce-Price-amount amount">51.00<span class="woocommerce-Price-currencySymbol">€</span></span>
I will be very, very happy if you can assist me how to adjust the CSS of the full price.
Thank you so much in advance.
2
Answers
Please not i added style color.
here i add class name for each price
on the .css file
if your stylesheet is inside HTML, or you don’t want .css file use this
you also can change to more or less gray by changing the opacity.
here I made you the simpler one because it has same effect