Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Last active May 26, 2020 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clifgriffin/3ec55fb42fd2f87d92e851a6d9eb0d01 to your computer and use it in GitHub Desktop.
Save clifgriffin/3ec55fb42fd2f87d92e851a6d9eb0d01 to your computer and use it in GitHub Desktop.
Always show cart summary expanded on mobile with Checkout for WooCommerce
#cfw-cart-summary-content {
display: block !important;
padding-top: 1em; /* make sure the quantity bubbles on cart items don't leave the containers */
}
#cfw-mobile-cart-header {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment