How to reduce the size of fonts for the line of “Atome Payment”?
Web: https://dissy-co.myshopify.com/
Password: Cheolt
A user seeks to reduce the font size of “Atome Payment” text displayed on their Shopify store. Two solutions are proposed involving custom CSS code:
Recommended approach:
Current status:
The initial code suggestions did not work for the user. A follow-up solution was provided targeting a different CSS selector (.card-information > div:last-child), but no confirmation of success has been posted yet.
Note: The conversation text appears corrupted or reversed in the original posts, making some technical details difficult to verify precisely.
How to reduce the size of fonts for the line of “Atome Payment”?
Web: https://dissy-co.myshopify.com/
Password: Cheolt
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-card.css->paste below code at the bottom of the
.odlTiqai.atome-price-divider.atome-widget {
font-size: 10px !important;
}
Note: you can change the px value to match your store
Hope my answer will help you.
Best regards,
Victor | PageFly
.QxhVHLQi.atome-price-divider.atome-widget {
font-size: 10px !important;
}
Hi i’ve tried your code but dont seem to change the size of the fonts. Any other suggestion?
You can try again with this code below:
.card-information > div:last-child {
font-size: 10px !important;
}