How to reduce font size for 3rd party payment vendor

How to reduce the size of fonts for the line of “Atome Payment”?

Web: https://dissy-co.myshopify.com/
Password: Cheolt

@KelvinLeow ,

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

@KelvinLeow

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > component-card.css and paste this at the bottom of the file:
.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?

@KelvinLeow ,

You can try again with this code below:

.card-information > div:last-child {
    font-size: 10px !important;
}