Can anyone help? My website is ElevationAthleticsCanada.ca and I’m looking to change the afterpay text on the product page.
The theme is prestige. Thanks!
Goal: Change the Afterpay text size on product pages using the Prestige theme.
Two approaches were suggested:
Notes:
Outcome/status: No confirmation from the original poster on which method was used or whether the issue is resolved; the thread remains open with two viable solutions presented.
Can anyone help? My website is ElevationAthleticsCanada.ca and I’m looking to change the afterpay text on the product page.
The theme is prestige. Thanks!
Please put in below code to the last line of your under your theme.css
by going to your store admin > Online Store > Themes > Actions > Edit code > Assets folder. (https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code)
.afterpay-main-text {font-size: 8px !important;}
Hi @Claud123 ,
Afterpay provides ways to change font/logo in their main script found in theme.liquid. Here’s how you can make the changes:
Go to Online Store-> Theme->Edit code → theme.liquid
Search for ’ //var afterpay_msg_size = ‘md’; ’
Replace above line with ’ var afterpay_msg_size = ‘sm’; ’
Adjust to desired size…