• Hi there,

    I have problem with the PAYPAL button background color.

    Please help me to check on header CART. Click on the cart with the drop down, if there are items in cart, there will have a PAYPAL button. I would like to have the Paypal button background color set to #ad7e8a

    But I couldn’t find anywhere to change this color, while the rest of the buttons have already changed.

    Please help.

    Thanks in advance.

    Ching

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter chingteoh

    (@chingteoh)

    Hi there,

    It’s me again. Think to re-phrase my issue. Sorry for confusing.

    I have problem in setting the background color of the PayPal button. It is the PayPal button on the drop down menu when I hover over the CART on the header.

    I would like to set the background color to #ad7e8a similar to the rest of the buttons.

    Any advice is very much appreciated.

    Thanks in advance.

    Ching

    Hello,

    Try adding the below code to the Customize > Custom CSS section to change the color –

    .paypal-button.paypal-button-color-gold {
        background: #ad7e8a;
    }
    Thread Starter chingteoh

    (@chingteoh)

    Thanks Amit for looking into the issue for me.

    I tested the above CSS but seems it doesn’t work. Perhaps PayPal has fixed to their official color.

    Can you try this one? Clear the cache after adding the code –

    .paypal-button.paypal-button-color-gold {
        background-color: #ad7e8a !important;
    }
    Thread Starter chingteoh

    (@chingteoh)

    Thanks again Amit,
    I tried but still the same.

    Really appreciate your time to look into this.

    I checked your site again but didn’t see the paypal button anymore. Have you removed it?

    Thread Starter chingteoh

    (@chingteoh)

    Hi Amit,

    Thanks for getting back to me.
    Yes, no choice I have to remove the PAYPAL button at the initial drop down cart menu and keep only one PayPal button at the last payment screen.

    I think in the end it looks better with only one button. And, we could save time on cracking our head on how to change the color.

    Many thanks on your time helping me to search for the solution. Really appreciate it.

    Cheers,
    Ching

    You’re welcome!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘OceanWp PayPal Button Color’ is closed to new replies.