I could’t change the font color in the button for retoure
-
In my account you could see the orders. If you click on my order on “anzeigen” you will find in the end of the site two buttons for the retoure. The color from the text on the button seems to be the same like the button color. If I changes the colors in woodmark nothing happened. I hope you have an Idea how I can fix the problem.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding this CSS in Theme Settings > Custom CSS and check the issue.
.woocommerce-MyAccount-content .add-return-shipment,
.woocommerce-MyAccount-content .woocommerce-button.button.view {
color: #ffffff !important;
}
Best Regards