Make sale price bigger impulse theme

Hello,

Looking for a code to make the sale price bigger on the impulse theme. Anyone can help me with that?

Hi @DaandeLeur

This is Garcia from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the

span.product__price.on-sale { font-size: 30px; }

Hope this can help you solve the issue

Best regards,

Garcia | PageFly

Hi @DaandeLeur ,

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

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file → Save

.price__current.price__current--on-sale {
    font-weight: bold !important;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hi @DaandeLeur

You can do that by following this

  • Go to Online Store > Themes
  • In Impulse theme, click “…” > Edit code
  • Open theme.liquid file, add this code after

Hello @DaandeLeur ,

Please share the store URL (storefront password if the store is password-protected) so that we can check and suggest you a possible solution.

Thank you