Hey guys. how can i change the color of the woocommerce cart : https://imgur.com/a/wFog3JR
A: i want to change the color of the cart symbol to white. can i do this with the extended styling menu in endold?
B: i want the change the background and text color here to make it better readable
Thank you very much!
Hey Alex,
Please try the following in Quick CSS under Enfold->General Styling:
.cart_dropdown_link span:before {
color: #fff;
}
Do you want to change the background or the text in the modal when hovering over the cart icon?
Best regards,
Rikard
Thank you Rikard. This work great. I do not need a changing background color. But can you help me to make this hier more readable https://imgur.com/a/XTFMJt3 how can i change the background color here? Thank you very much!
Hi,
Add this to quick css:
.header_color .cart_dropdown .dropdown_widget li a{
color:#fff!important;
}
Best regards,
Jordan Shannon