This topic has 2 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
how do i make my paypal button small
http://luzdevella.co.kr/?product=%eb%84%a5%ed%81%ac%eb%a6%bc%ec%96%bc%ed%8b%b0%eb%a9%94%ec%9d%b4%ed%8a%b8-%ec%97%90%ec%9d%b4%ec%a7%80-%ed%82%ac%eb%9f%ac
I want to make it the size of my add to cart button.
Hello,
Please check settings of the WooCommerce PayPal plugin https://prnt.sc/ogmls4 or add this code in Theme Options > Custom CSS:
.paypal-button:not(.paypal-button-card) {
height: 39px;
width: 190px !important;
border-radius: 0;
}
.pisol_buy_now_button {
width: 190px !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up