This topic has 11 replies, 4 voices, and was last updated 4 years, 2 months ago ago by Olga Barlow
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;
Hello,
Provide URL and temporary wp-admin access, so we can take a closer look.
Regards
Ok here:
Also, is it possible to see why the Square credit card button is also not showing in the product page one click check out?
Update??
Hi,
Use below code
@media only screen and (min-width: 500px){
.paypal-button-container {
min-width: 500px !important;
max-width: 500px !important;
}
}
Regards,
Hung PD
I don’t understand what you mean by @media only screen and (min-width: 500px) ???
Also I tried pasting the whole thing:
@media only screen and (min-width: 500px){
.paypal-button-container {
min-width: 500px !important;
max-width: 500px !important;
}
}
It didn;t work. Where am I suppose to put this code:
Hi,
Check now please
Regards,
Hung PD
Ok great! Thanks. Do you know why the square button is missing?
Hello,
Does the Square plugin have such option by default? Do you have the link to their demo where the button is on the single product?
Regards
It’s shown in woocommerce payments settings, and it was on my single product page like how the paypal button is now but somehow the square debit/card button is gone now.
Hello,
It’s shown in woocommerce payments settings
Nope, I’m talking about plugin demo. Do you have link to plugin demo where they display the button on the single product page? Try to contact plugin author to find out why the button disappeared because that button is not our theme option and WooCommerce released updates, so maybe plugin just removed that button in the update.
Regards
You must be logged in to reply to this topic.Log in/Sign up