I'm trying to change the size of the font of the prices ranges down to 32px on my wordpress website woocommerce product pages (i.e. "£8.00-£20.00"), please see example page:
<a href="http://www.partisan-deli.co.uk/index.php/product/1723/" rel="nofollow noreferrer">http://www.partisan-deli.co.uk/index.php/product/1723/</a>
As far as I can tell there are at least two different css classes that make up the price range:
woocommerce-Price-currencySymbol
woocommerce-Price-amount amount
I have tried adding the relevant css to these classes separately in my style sheet but to no effect.
Does anyone know how I can change all of them all-together for the price range?
Cheers,
M.
<a href="http://www.partisan-deli.co.uk/index.php/product/1723/" rel="nofollow noreferrer">http://www.partisan-deli.co.uk/index.php/product/1723/</a>
As far as I can tell there are at least two different css classes that make up the price range:
woocommerce-Price-currencySymbol
woocommerce-Price-amount amount
I have tried adding the relevant css to these classes separately in my style sheet but to no effect.
Does anyone know how I can change all of them all-together for the price range?
Cheers,
M.