Changing the price font size on the collections page

Hi guys,

Please, do you know how to change the price font size on the collections page. My URL is https://enovabrand.com/

I’m using the Debutify v 1.0. It’s too small ))

Thanks

1 Like

Right click and inspect on text to see the class then just apply the css.

See screenshot below

Hi @MarksBcn

To increase the font size of your collection product price, please follow the instructions below.

  1. From your Admin page, go to Online store > Themes > click the three dots > Edit code
  2. Find the Asset folder, and open the theme.scss file
  3. Add the code below at the very end of the file

NOTE: You can change the 20px to the size you want

.grid-product__price-wrap span.grid-product__price {
    font-size: 20px;
}

Hi @codewithpaul , thanks for your help.

Hi @made4Uo , thanks for your help! I did it and it works! . Many thanks!!

Hi Made4Uo, your solution doesn’t work on my website, the price of my collection doesn’t increase https://cuisineproleasing.fr/

Can you help ? Thanks in advance.