Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #327188

    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.

    #327215

    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

    #327354

    And how can I make the cart icon white?

    #327356

    Hey!

    Please add following code to Quick CSS as well

    .header_color .cart_dropdown_first .cart_dropdown_link {
    color: red;
    }

    Best regards,
    Yigit

    #327635

    Great. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing the location of the WooCommerce cart icon’ is closed to new replies.