Hi, how can I change the location of the Woocommerce cart icon that appears when a product is added to the cart? Can I also control the background color of that icon box?
Thanks.
Hey bakbek!
Please add following code to Quick CSS and adjust as needed
.cart_dropdown { top: 80%; }
.cart_dropdown.visible_cart { right: -2px; }
.header_color .cart_dropdown_link { background-color: red; }
Regards,
Yigit
And how can I make the cart icon white?
Hey!
Please add following code to Quick CSS as well
.header_color .cart_dropdown_first .cart_dropdown_link {
color: red;
}
Best regards,
Yigit
Great. Thanks!