Hello, I’ve been trying since yesterday to change the size of the sale price on the Spark theme, but I can’t, can someone help me?
Hello @ALLAN_Gaubert
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This is Victor from PageFly - Shopify Page Builder App
Please add this custom code to change your price font-size
Step 1: Online Stores > Themes > More Actions > Edit Code
Step 2: Find theme.css or .css and select your file and paste the code below at the bottom of the file
[data-compare-price] {
font-size: 20px; // sale price
}
[data-price] {
font-size: 20px; // current price
}
Please change the value of 20 to match with your requirements
Hope this can help you solve the issue
Best regards,
Victor | PageFly
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Hi, thank you for your help, it work ! ![]()

