Hi - I think I properly followed the instructions for Method 1 to change the checkout button (it's WAY too small, especially on phones, and I've had many lost customers who said "I got to the checkout page and couldn't see how to pay) but see no change on my checkout page.
I 'm running WP 5.4.1 and downloaded the WP Custom CSS plugin from here: https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413. I uploaded it, activated it and then inserted this code:
input[src*="images/checkout_paypal.png"]
{
padding: 41px 143px 0px 0px;
background: url('https://phxhandsan.com/wp-content/uploads/2020/05/PAYPAL.png);
background-size:auto;
width: 0px;
height: 0px;
}
But this is my checkout page, showing no change: [phxhandsan.com/checkout]
You probably need to click on "Visit the Shop" if the cart s empty, then just choose ANY "Add to Cart" button and you'll be brought right back to the checkout page with something in the cart and the paypal button showing. Thanks for your help