Hi, I’m trying to make a few changes – one change to viewing products in the cart, and one change to the “Your Account” section. I can’t figure out which styles to edit.
1. When an item is added to the cart, you can click an “X” to remove the item. My client would like the “X” used to remove a product from cart to be in red. The “X” is in a td with class=”product-remove” and within a link with class=”remove”
I placed different combinations of the following in custom CSS to no avail:
td.product-remove {color:#990000;}
a.remove {color:#990000;}
.woocommerce table.cart
table.cart a.remove:before, .woocommerce-page
#content table.cart a.remove:before
{color:#990000;}
2. My client would like for the link: “edit your password and account details.” to be in red. Currently there’s no indication that there’s a link there. Full text below (can be found under “My Account” when logged in):
From your account dashboard you can view your recent orders, manage your shipping and billing addresses and edit your password and account details.
Hopefully this makes sense.
Thanks in advance for your assistance.