How to reduce the size of the price in the "you may also like..." part ?

Marion_S
Excursionist
41 0 23

Hi everyone,

I'm using a debut theme for my ecommerce website.

On my product page, at the bottom I have a "you may also like..." part to present other product. I'd like to reduce the size of the price. 

Marion_S_0-1635425056033.png

Do you know how I can do it ?

Thanks for your help.

Marion

Replies 6 (6)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @Marion_S 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

Marion_S
Excursionist
41 0 23

Hi,

My store URL  is www.alaecosmetique.fr and the password is tokengo. 

Thanks,

Marion

Zworthkey
Shopify Partner
5581 642 1565

@Marion_S 
Do you want to increase the text size or decrease it?

Marion_S
Excursionist
41 0 23

I'd like to decrease the size of the price only, not the text.

Thanks!

Zworthkey
Shopify Partner
5581 642 1565

Add this code in theme.scss or theme.css

.price-item--regular {
    font-size: 18px;
    font-family: cardo;
}

@Marion_S 
Thank you.

Marion_S
Excursionist
41 0 23

I'm sorry but it doesn't work. 

It changes the size of the price on my collection page but not in the "you may also like" part. 

Marion