AfterPay edit CSS - cant seem to edit font size and badge colour

I need to:

  • Make the AfterPay font a lot smaller
  • Change the AfterPay colour to black

Make the change from this:

to this:

I have edited the HTML code via the ‘inspect element’ option, but I cant seem to paste it. I have changed the theme.liquid file based on other suggestions but no to avail

Can someone please help?

@Tamed16 , can you share your store url?

Sure its https://www.demarf.com/products/bag-t-shirt-df

@Tamed16 , Add the following code to base.css :

.afterpay-logo.black-on-mint .afterpay-logo-badge-background {
    fill: none !important;
}

Nope that didnt work

@Tamed16 , try to add the code as custom css from the theme editor or inside theme.liquid add this to the end before tag: