How can I make payment options under Pesapal more visible?

Can you please advise if there is a way to enlarge / make payment options under Pesapal more visible as they are quite hard to see especially on a mobile device. See image attached.

Hi @MK_1_1 ,

Would you mind to share your URL website (with password if its protected)?

Thanks!

Thank you for your response. Here is the URL for the website: https://adeledejak.com/en-ke

let me know if you need anything else

Thanksyou for the information.

Try this code.

  • From your Shopify admin dashboard, click on ā€œOnline Storeā€ and then ā€œThemesā€.
  • Find the theme that you want to edit and click on ā€œActionsā€ and then ā€œEdit codeā€.
  • In the ā€œAssetsā€ folder, click on ā€œcheckout-web-ui..7e95bb4bc4.css or base.cssā€ file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  • And Save.
._5uqybw2._1fragem17._1fragem9r._1fragem1r._1fragem28._1fragem0._1fragem4._1fragem38 {
    font-size: 25px;
}

Thank you for your response, however I cannot find the Asset folder you are referring to. I am using theme Pipeline’ and cannot seem to see any area referring to checkout, only ā€˜cart’ which does nothing when the code is copied and pasted into the respective folders. Not sure if there are any other solutions

Oh okay, do you have some file that ends with .css? you can paste it below.

theme.css

font-settings.css.liquid

I tried to copy and paste the code at the bottom of code on the theme.css page but no change in regards to the size of the payment method icons

Yes, its okay in the theme.css. do you see this file also ā€œPayment.latest.cssā€?

If its not working you can try this one.

.wAAjh {
    font-size: 20px;
}

Result:

Thanks so much for your help, however when I add the code - the results do not change significantly. I have attached a screenshot of where I have added the code, maybe my input is wrong?

Can you try this one again..

[dir=rtl] .wAAjh {
    font-size: 20px;
}

This did not work either when I added the code to the theme.css section. there was no change in size unfortunately