Comments 1Jennifer Reinfeld started the conversationJanuary 7, 2019 at 10:25pmHello,Can you please let me know how I can:change the color of the row in the shopping cart (that has the headings: Product, Price, Quantity, Total.)change the color of the "Update Cart" button.I am attaching a screen shot that has red arrows pointing to the items described above that I would like to figure out how to change.Thank you for your help.Jennifer 7,095Oliver repliedJanuary 8, 2019 at 8:56amHI! pls. use following css: .woocommerce .shop_table thead tr th { background: #000; } .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button { background: #ccc; color: #000; } .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:hover { border-color: #ccc; background-color: #555; color: #eee; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like 1Jennifer Reinfeld repliedJanuary 9, 2019 at 1:37amThank you so much! I really appreciate your help.I ended up tweaking it a little, and it works great. In case anyone is looking for how to do this, this code is what worked for me:.woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button { background-color: #48B5FE !important; color: #ffffff;}.woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:hover { border-color: #48B5FE !important; background-color: #ffffff !important; color: #48b5fe !important;}Best wishes,Jennifer 7,095Oliver repliedJanuary 9, 2019 at 8:42amThank you for the info!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like Sign in to reply ...
Hello,
Can you please let me know how I can:
I am attaching a screen shot that has red arrows pointing to the items described above that I would like to figure out how to change.
Thank you for your help.
Jennifer
HI!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thank you so much! I really appreciate your help.
I ended up tweaking it a little, and it works great. In case anyone is looking for how to do this, this code is what worked for me:
.woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button {
background-color: #48B5FE !important;
color: #ffffff;
}
.woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:hover {
border-color: #48B5FE !important;
background-color: #ffffff !important;
color: #48b5fe !important;
}
Best wishes,
Jennifer
Thank you for the info!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver