1. Home
  2. Knowledge Base
  3. WooCommerce Fast Cart
  4. Advanced Usage

How to show the floating cart icon even when the cart is empty

WooCommerce Fast Cart displays a floating cart icon when there are items in a cart. It works in this way because there is normally no reason for customers to visit the cart when it is empty.

However, some stores wish to display the floating cart icon even when the cart is empty. You can do this with the following custom CSS snippet. If you're not sure how to use it, please see our article about adding custom CSS to your site, or request a quote from our customization service.

.wfc-open-cart-button[aria-hidden="true"].at-bottom { 
transform: none; 
}

Related Articles

If searching the knowledge base hasn't answered your question, please contact support.