Hello,
to change the color of these buttons (http://prntscr.com/krmx8b) can I intervene from the template settings (http://prntscr.com/krmxgp)?
I tried from here but I do not get any change.
Greetings,
Dario
This topic has 8 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
Hello,
to change the color of these buttons (http://prntscr.com/krmx8b) can I intervene from the template settings (http://prntscr.com/krmxgp)?
I tried from here but I do not get any change.
Greetings,
Dario
Hello,
We have 3 types of buttons – light (for example http://prntscr.com/hdcwhy), dark (for example http://prntscr.com/hdcwxi), active (for example http://prntscr.com/hdcx3r).
Please make sure that you cleared cache or provide us with temporary wp-admin access so we can take a closer look.
Regards
Yes, I have flushed the caches, but the changes to the buttons are not applied.
Find the link for the temporary log in the private area 🙂
Thank you,
Dario
Hello,
Please use this custom css code:
.woocommerce-info .wc-forward, .woocommerce-cart .actions .btn.gray, .woocommerce-cart .quantity.buttons_added span,
.woocommerce-cart table.cart .remove-item {
border-color: #1b1b1b;
background-color: #1b1b1b;
color: white;
}
.woocommerce-info .wc-forward:hover,
.woocommerce-cart .quantity.buttons_added span:hover,
.woocommerce-cart table.cart .remove-item:hover,
.woocommerce-cart .actions:hover .btn.gray {
border-color: #a2185b;
background-color: #a2185b;
}
.woocommerce-cart .cart .remove-item:before,
.woocommerce-cart .quantity.buttons_added .plus:before, .woocommerce-cart .quantity.buttons_added .minus:before {
color: white;
}
Regards
The code works thanks 🙂
However, I realized that the color of the text of the “See order” button (http://prntscr.com/krq4fe) is black.
I do not understand where this class takes.
Greetings,
Dario
You’re welcome!
Please use this code also:
.woocommerce-message .button {
color: white;
}
Regards
OK thank you very much 🙂
My pleasure 🙂
Regards
The issue related to '‘Change color text and background buttons’' has been successfully resolved, and the topic is now closed for further responses