• Resolved putmakerag

    (@putmakerag)


    Hello!

    I somehow can’t manage to change the font color of the “Continue to payment” button. How do I do that?) Thanks for an answer!

    Best regards

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Stef

    (@serafinnyc)

    That’s because you have a post or page rule in your style sheet that is overriding it. Add this and you’ll be all set.

    .woocommerce-cart a.wc-block-components-button {
        color: #fff !important;
    }

    It can go in your child theme style sheet or inside Customizer > Additional CSS

    Thread Starter putmakerag

    (@putmakerag)

    Thank you so much!!

    • This reply was modified 10 months, 1 week ago by putmakerag.
    Stef

    (@serafinnyc)

    You’re very welcome

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Colour’ is closed to new replies.