How do I make the price appear bigger in the Palo Alto theme?

The price appears small on the product page.

placentactive.com.au

Hey @sofiakarkus

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @sofiakarkus ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

![topnewyork_0-1725261838628.png|431x151](upload://g4pBLLexx2Yf9biMMwTzm2lBZZV.png)

If this is what you meant then kindly hit the like and mark it as an accepted solution otherwise kindly show me what you want bold in mobile. Thanks!

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Hello @sofiakarkus

Go to online store ----> themes ----> actions ----> edit code ---->assets ----> theme.css
add this code at the end of the file.

.product__price-and-badge .product__price {
font-size: 20px !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks