How to Change product PRICE font/size on product page in Narrative Theme

Hello!

Im using Narrative theme. Is there a way to make the prices bigger on the product page without changing all of the font sizes?

Thanks in advance

@Mandala4U_offic

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

https://mandala4u.hu/

There is no password.

Thank you in advance!

1 Like

I also am looking for this exact adjustment. I located the Sections>product-template.liquid file and found the code:

...

I adjusted each “p” to “h2” or any other header size but saw no changes within my actual product page. You are not alone in your need to make this adjustment and not knowing how.

1 Like

@Mandala4U_offic

I missed this post.

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-product p.product__price {
    font-size: 2em !important;
}

Hope this helps.

Thanks!

1 Like

@CAustinStudios

Please check if this given solution will work. If not then please provide your website URL and what text size you want to change. I will check.

Thanks!

This did not work for me. I am wanting to make the price that appears on each individual items product page larger so I can adjust the size of the listed price.

https://cassidyaustin.com/

password: beicho

thank you very much for your help.

1 Like

@CAustinStudios

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-product h4.product__price {
    font-size: 2.5em !important;
}

Hope this works.

Thanks!

@dmwwebartisan thank you so much!

Works like a charm :slightly_smiling_face:
I am so happy :slightly_smiling_face:

1 Like

Works perfectly, thank you so very much!

Tried both options @dmwwebartisan and didn’t work for me. Can you assist.

[www.paulroberto.com](http://www.paulroberto.com)

password - Kre8tiv

Hi,
I´m looking for some assistance while making the product prices bigger on my website
https://selectotiendavirtual.com/

Would you please give me some advice on this