![]() |
Add credit card images to STRIPE
Is there a way to add credit card images like the paypal image w/ mastercard, visa , etc. to the checkout screen under stripe.
Currently I edited it in sorting/descriptions to say Credit Card, and then mastercard visa etc underneath, but this looks very unprofessional. Thanks! |
Re: Add credit card images to STRIPE
You can add the logos via custom CSS.
Go to the Look & Feel -> Custom CSS page, tick "Use custom css" and add the following code: Code:
/* Credit card logos */ - replace "1" in the "nth-child(1)" with the actual number of Stripe among other available payment methods; - upload your "credit card icons" image to the server and put its URL into the "background: url()" line (don't use the code as is because it loads the image from a 3rd-party website - they may be not happy with you doing this!) |
All times are GMT -8. The time now is 01:43 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.