How can I change the font size of compared price and sale tag.

Hi :slightly_smiling_face:

Looking to increase the font size of the compared price (the dashed line one) and the “sale” tag as well.

Thanks for your support.

Hi @pcreativestudio

Could you please provide me with your store URL?

Best,

Daisy

Sure,

www.pcreativestudio.ae

@pcreativestudio ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above


Result:

If it helps you, please like and mark it as the solution.

Best Regards :blush:

Hi @pcreativestudio

In order to increase the font size of the compared price (the dashed line one) and the “sale” tag, please follow these steps

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/ndlprypSpjPv
  2. Paste the code provided into the Custom CSS section.
s.price-item.price-item--regular {
    font-size: 30px !important;
}
.card__inner .card__badge.bottom.left span {
    font-size: 30px !important;
}

Here is the result: https://prnt.sc/WmfdMOWiqz_Z; https://prnt.sc/n7zsNE-xYuv-

I hope this helps!

Best,

Daisy