Price size

Solved
basicbastardco
Pathfinder
132 1 19

Hi Guys, 

 

I would like to make the sale price and price same size which is 15Px without affecting any other font sizes. I would appreciate your help. Thanks 

 

URL: https://basicbastard.co/products/duck-tee-harbour-blue

 

Screenshot 2022-11-24 at 1.59.15 PM.png

Liaz
Accepted Solution (1)

Accepted Solutions
Ujjaval
Shopify Partner
674 113 92

This is an accepted solution.

@basicbastardco 

 

span.price-item.price-item--sale.price-item--last {
    font-size: 15px !important;
}

 

put above css into your base.css file(online store->theme->base.css)

View solution in original post

Reply 1 (1)
Ujjaval
Shopify Partner
674 113 92

This is an accepted solution.

@basicbastardco 

 

span.price-item.price-item--sale.price-item--last {
    font-size: 15px !important;
}

 

put above css into your base.css file(online store->theme->base.css)