Tagged: x
-
AuthorPosts
-
March 22, 2017 at 11:10 am #1416431
Hi there,
How can i show paypal icon and credit cards icons on my checkout page? (before paypal a paypal icon and before Credit Card credit cards icons)
I cant find the way to do it
Thanks
March 22, 2017 at 11:15 am #1416438This reply has been marked as private.March 22, 2017 at 10:46 pm #1417167Hi There,
We can add the following CSS on Appearance > Customize > Custom > Edit Global CSS:
.woocommerce-checkout li.wc_payment_method.payment_method_paypal label:before { content: '\f1ed'; font-family: "FontAwesome"; } .woocommerce-checkout li.wc_payment_method.payment_method_stripe label:before { content: '\f09d'; font-family: "FontAwesome"; }
Result should be something like attached screenshot.
Hope this helps.
March 23, 2017 at 6:30 am #1417496Hi, thank you for your answer,
I mean something like the image i send you (with images of credit cards, and the symbol in colour of paypal, and at the right)
March 23, 2017 at 7:57 am #1417569Hi,
You can add this under Custom > CSS in the Customizer.
.woocommerce-account form .payment_methods label img, .woocommerce-checkout form .payment_methods label img { display: block !important; }
Hope that helps.
March 23, 2017 at 10:08 am #1417753It helps, thanks a lot
March 23, 2017 at 10:54 am #1417839Glad it helped!
Let us know if we can help with anything else.
Thanks.
-
AuthorPosts