Paypal Button Size - by R - on WordPress WooCommerce support

This topic has 11 replies, 4 voices, and was last updated 3 years, 7 months ago ago by Olga Barlow

  • Avatar: G
    R
    Participant
    August 27, 2020 at 18:06

    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;

    Please, contact administrator
    for this information.
    10 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2020 at 09:58

    Hello,

    Provide URL and temporary wp-admin access, so we can take a closer look.

    Regards

    Avatar: G
    R
    Participant
    August 28, 2020 at 15:21

    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?

    Please contact administrator
    for this information.
    Avatar: G
    R
    Participant
    August 30, 2020 at 20:43

    Update??

    Avatar: John Holden
    John Holden
    Support staff
    August 31, 2020 at 05:00

    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

    Avatar: G
    R
    Participant
    August 31, 2020 at 23:06

    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:

    Please contact administrator
    for this information.
    Avatar: John Holden
    John Holden
    Support staff
    September 1, 2020 at 05:13

    Hi,

    Check now please

    Regards,
    Hung PD

    Avatar: G
    R
    Participant
    September 1, 2020 at 05:19

    Ok great! Thanks. Do you know why the square button is missing?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 1, 2020 at 16:21

    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

    Avatar: G
    R
    Participant
    September 1, 2020 at 16:38

    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.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 1, 2020 at 17:38

    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

  • Viewing 11 results - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.