Hi all
Bit of a css question if I may
I'm trying to override some css for the product prices excl and incl tax
I need both prices to be bold with the excl Tax a smaller font size than the Incl Tax price.
I don't want to excl and incl labels to be bold.
Can anyone help with the selectors please?
Solved! Go to Solution.
Helllo @Andy_Acute
you can use
.price-exluding-tax .price { font-size:10px !important;}
.price-including-tax .price { font-size:12px !important;}
Helllo @Andy_Acute
you can use
.price-exluding-tax .price { font-size:10px !important;}
.price-including-tax .price { font-size:12px !important;}