• Hi, I have no idea how to change the font colour of my ‘checkout’ words button specifically. I can change the colours of my other buttons but not this one I’m not sure why. Where do I find these settings?

    I am using OceanWP theme, Woocommerce plugin, and elementor (all free versions), and i have close to zero knowledge on anything related to coding. :’) Please help, thank you.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    I don’t know if your OceanWP theme, Woocommerce shopping cart or Elementor page builder allows you to change the colour of buttons with mouse clicks or not, but here is how to do it with code:

    Go to PRESENTATION => CUSTOMIZE => ADDITIONAL CSS and add the following bit of code:

    .checkout-button {
    color: #fff;
    }

    The above will make the color white.

    Try it and let’s know how it goes!

    Thread Starter ahgirlflowershop

    (@ahgirlflowershop)

    Thanks George!
    I wasn’t able to edit the ‘additional Css‘ tab (i think because of the theme) but i pasted the code under the ‘custom css/JS‘ tab . However it did not work.

    Is there any other way?
    Thanks

    Let’s go ninja… change the code to this:

    .button {
    color: #fff !important;
    }
    Thread Starter ahgirlflowershop

    (@ahgirlflowershop)

    Holy sheit it worked.
    Thanks ninja George!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Checkout button font colour’ is closed to new replies.