Home Forums WoodMart support forum How to change this green line for black line? Reply To: How to change this green line for black line?

#86302

Hello,

This code has been added to the Theme Settings > Custom CSS:

body .woocommerce-message{
    background-color:#000000;
}
.dropdowns-color-light .cart-widget-side{
    background-color:#ffffff;
}
.dropdowns-color-light .cart-widget-side .quantity,
.dropdowns-color-light .cart-widget-side .product-title,
.widget_shopping_cart .cart-info,
.widget_shopping_cart .cart-info span,
.dropdowns-color-light .cart-widget-side .close-side-widget,
.dropdowns-color-light .cart-widget-side .widget-heading .widget-title{
    color:#000000;
}

Please make full backup of the site and confirm the permit for manual update.

Best Regards