How can i change the color of the woocommerce cart ?
Hi There,
You can change the color under Theme Options > WooCommerce > NAVBAR MENU:
To change the color of WooCommerce button only, please add the following CSS under Theme Options > CSS:
a.button.add-to-compare-button,
.woocommerce .add_to_cart_button {
background-color: #00dde5;
box-shadow: 0 0.25em 0 0 #376567, 0 4px 9px rgba(0,0,0,0.75);
border-color: #07898e
}
Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.