Font size in Oxygen

Hello:

How can I change the price font size in the oxygen theme in woocomerce.

Hi @LPaolozz!

  1. Locate where the woocommerce stylesheet(s) are.
  2. Add (or customize if it already exists) the .woocommerce-Price-amount class in the css and change the formatting of the text. For example:
.woocommerce-Price-amount {	
font-size: 24px;}

Simply change the size of the font by adding your preferred font size, 24px, 32px, 48px etc…

Here’s a quick demo to explain:

Good luck, hope this helps. :slight_smile:

1 Like