Hello since I upgraded my paypal button size has changed to be much larger. When I tried to go to woocommerce settings and change the paypal button size the “small” size option isn’t highlighted for me to be able to select it. I found this code on this forum and I tried to add it to the theme options custom css but it’s still not working:
.paypal-button:not(.paypal-button-card) {
height: 39px;
width: 190px !important;
border-radius: 0;