Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Last active January 29, 2019 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BFTrick/df279c925c587691dadb4916e7e63a55 to your computer and use it in GitHub Desktop.
Save BFTrick/df279c925c587691dadb4916e7e63a55 to your computer and use it in GitHub Desktop.
Hide unnecessary elements on the woocommerce checkout page - compatible with the Storefront theme
.woocommerce-checkout .storefront-primary-navigation,
.woocommerce-checkout .site-search,
.woocommerce-checkout .header-widget-region,
.woocommerce-checkout .footer-widgets {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment