hello all,
could you provide me with the code. i don’t know how to address the element via css : see screenshot
The color would be blue #2A3952
best regards oliver
This topic has 3 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Oliver Theiß
hello all,
could you provide me with the code. i don’t know how to address the element via css : see screenshot
The color would be blue #2A3952
best regards oliver
Hello,
Use the below code
.header-wrapper .et-off-canvas .cart_list.product_list_widget li:hover, .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper, .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper span, .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper input {
background: #2A3952;
}
Regards
thank you Olga 🙂
The issue related to '‘css color customization’' has been successfully resolved, and the topic is now closed for further responses