Solved

how do I change the size of this price font?

christian_russo
Pathfinder
172 1 39

Hi everyone! 

 

I managed to make the size of my price smaller but on the collection page it's too small, when I change it it also changes on the product page is it possible to change them separately?

www.gallerychristian.com

password: Christianshop123

 

Schermafbeelding 2022-03-20 om 10.52.39.pngSchermafbeelding 2022-03-20 om 10.53.08.png 

 

thank you!

Christian Russo 

Accepted Solution (1)

AvadaCommerce
Shopify Partner
3879 839 955

This is an accepted solution.

Hi @christian_russo ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/component-card.css->paste below code at the bottom of the file:

.card__information .price__container > * {
    font-size: 15px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned

View solution in original post

Replies 5 (5)

AvadaCommerce
Shopify Partner
3879 839 955

This is an accepted solution.

Hi @christian_russo ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/component-card.css->paste below code at the bottom of the file:

.card__information .price__container > * {
    font-size: 15px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned
christian_russo
Pathfinder
172 1 39

thank you!!

explrcompany
Visitor
3 0 0

it did not work on mine? 
pasted code still nothing. 

Website explrwear.com

 

explrcompany
Visitor
3 0 0

prices on collectiond grid and product grid are huge. and i want them small and beside the product name etc. i just want it small and on the right side of the name of the product HELP . THANKS ! 

mutelord
Visitor
2 0 1

What about font style ? How to change font style of the price ?