• Resolved nootkan

    (@nootkan)


    Been trying to figure out how to change the color of the paypal button from gray to black but nothing I try seems to work. Found this post remove –or–

    So I tried these styles:

    
    .eh_payapal_express_checkout_button div:first-child{color:#000 !important;font-weight: 800;}
    .eh_paypal_express_description small{color:#000 !important;font-weight:800;}
    .eh_paypal_express_description{color:#000 !important;font-weight:800;}

    What am I missing?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter nootkan

    (@nootkan)

    Sorry I meant how to change the color of the description above the paypal button. Still not able to figure it out.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @nootkan,

    The shared CSS is correct and is working in our test environments. Please share your site URL and mention the name of the theme you use.

    Thread Starter nootkan

    (@nootkan)

    https://westcoastsmokinoysters.com/shop/
    theme is twentyseventeen (child)

    Plugin Author WebToffee

    (@webtoffee)

    Hi @nootkan,

    We checked your site now and your CSS is working correctly in there.

    Thread Starter nootkan

    (@nootkan)

    Not sure what you are looking at but I’ve viewed the text in three different up to date browsers and here is what I see in the screenshot below. The color is still gray not black. It is however thicker in font-weight but not the color I want.

    screenshot

    Plugin Author WebToffee

    (@webtoffee)

    Hi @nootkan,

    Could you please try using below code.

    .eh_payapal_express_checkout_button div:first-child{color:#000 !important;font-weight: 800;}
    .eh_paypal_express_description small{color:#000 !important;font-weight:800;}
    .eh_paypal_express_description{color:#000 !important;font-weight:800; opacity:1 !important;}
    Thread Starter nootkan

    (@nootkan)

    Thanks that works. Much appreciated!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change color of description above paypal button?’ is closed to new replies.