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.
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;
}
-
Result:
-
I hope this is what youve talking about.
-
You can reduce and increase the size.
-
I hope it help.
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
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

