Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @pxmalye ,

    I am assuming your theme has not overridden the default classes. So, you should be able to change the font color of that button using this CSS in your wp-admin > Appearance > Customize > Additional CSS field –

    .woocommerce-message a.button.wc-forward {
        color: #fff;
    }

    I hope this helps.

    Thank you ??

    Hi there,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change font color of button’ is closed to new replies.