Button text colour "my account area"

Hey, how can I change the button text colour in the my account area? I want it be white

any ideas?

https://www.korkenfreunde.at/mein-konto/

Hi there,

Please try this code in the Global CSS:

.woocommerce-account .woocommerce .button {
    color: #fff;
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.