This topic has 10 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hello,
is it possible to insert the “Go to cart” button in the cart pop-up container as in version 4.28.1?
4.28.1: http://prntscr.com/l4h56h
5.0.3: http://prntscr.com/l4h5f0
Greetings,
Dario
Hello,
Here is link to cart http://prntscr.com/l4hdh4
Also, this text http://prntscr.com/l4hdod you can change in Theme Options > http://prntscr.com/l4he80
Regards
OK thanks 🙂
Instead I wanted an aid to change the color of the text highlighted in the screenshots (
http://prntscr.com/l4hz3i, http://prntscr.com/l4i0my) under “Orders” in the “My account” section.
Greetings,
Dario
You’re welcome!
.my_account_orders td a {
color: red;
}
.woocommerce-orders-table__cell .amount {
color: red;
}
Regards
Perfect 🙂
and to change the highlighted text in “See order”?
Thank you,
See you soon
.woocommerce-order-details .product-total, .woocommerce-order-details .amount {
color: red;
}
.woocommerce-order-details tfoot tr:last-child .amount {
color: red;
}
Regards
Perfect, last change to the color of the shopping cart link.
Thanks for the pasienza and the support
Dario
.cart-popup-container a {
color: red;
}
Regards
Thanks so much
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up