How to reduce the size of fonts for the line of “Atome Payment”?
Web: https://dissy-co.myshopify.com/
Password: Cheolt
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;
}