Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Created January 28, 2021 13:51
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/075140a94be2711185fd7240412a6fbc to your computer and use it in GitHub Desktop.
Save clifgriffin/075140a94be2711185fd7240412a6fbc to your computer and use it in GitHub Desktop.
Hide CheckoutWC cart breadcrumb.
/** Add to Settings > CheckoutWC > Design > Custom CSS **/
#​cfw-breadcrumb .cart {
​display: none;
​}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment