Better display the product price in the product page & display currency symbol after it

Hello!

I think that the price is kinda small and hard to see on the product page, right now it looks like this:

Lovasa_0-1615939348666.png

If you have some kind of code that would make this price bigger or better to see, it would help a lot!

Also, in the homepage where I display some of the products, prices look like this ( thanks to some help from the people around here ! )

Lovasa_1-1615939430245.png

I would like to display the currency just as in the product page, showing (RON) after the number, if you have any idea of how I can do that.

Store link: https://lovasa-shop.com

Thanks in advance!

Up! Does anyone have any ideas?

Up 2! Does anyone have any ideas?

Hi @Lovasa ,

Hope you are doing well.

To change style product price on product page. You can add this snippet in the “theme.scss.liquid” file:

.content-page-detail .detail-info .product-price {

font-size: 20px;

margin-top: 12px;

}

.content-page-detail .detail-info .product-price span {

color: #000;

font-weight: 700;

}

Please take a look at our screenshot for a result here: https://prnt.sc/10oep5c

To add currency on global section product. Maybe your theme has change code. Can you please add us as staff so we can check it for you.

Hope this helps!

Hello! Thank you for the reply!

I have just pasted the code where you said, but sadly, it does not work. Do I have to place it in a specific place in the file?

And how do I make you staff? I know where do option is, but I do not know what I have to input there.

Thanks in advance!

Hi @Lovasa ,

Can you please check my message, we will try to help you with your problem.

Greetings,

LitExtension Team.

Hello!

I did message you back, waiting for a reply!

Thank you!

Hi @Lovasa ,

We did this for you :grinning_face_with_smiling_eyes: You can please check that, and also the payment symbol.

Feel free to give us Like and accept our comments as a Solution if you find it’s helpful.

Have a great day,

LitExtension Team