This topic has 4 replies, 3 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
Hello, I woul like to change paypal button size to be the same than checkout button. Now in desktop and tablet version is higher. How can I change that keeping “Paypal” text completely visible. When I set a smaller value for button height part of the paypal text disappears below.
Thanks
Hello,
That button comes from the WooCommerce PayPal Checkout Gateway plugin and appears in iframe that causes difficulties to customize its styles. Our theme does not have any options for that button. Contact plugin support to get information if they have any advanced options to customize button styles/size.
Regards
OK, Used this code I found here on the forum and it makes it smaller, not the same size that “Add to cart” button but it works for me. Thanks
.paypal-button:not(.paypal-button-card) {
height: 39px;
width: 190px !important;
border-radius: 0;
}
.pisol_buy_now_button {
width: 190px !important;
}
Hello,
Feel free to ask if you have any other questions.
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up