Hi there,
My Checkout page was missing all Paypal and Credit Card Icons/Images. I have managed to get the paypal icons/images showing by adding this code to css
.woocommerce-account form .payment_methods label img,
.woocommerce-checkout form .payment_methods label img {
display: initial;
max-width: 150px;
}
.woocommerce-account form .payment_methods label a,
.woocommerce-checkout form .payment_methods label a {
display: block;
}
.payment_box.payment_method_paypal {
padding-left: 18px;
}
However the Credit Card Icons/Images are still not showing. Do you have any tips on how I can get them visible?
Many Thanks
