Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created November 23, 2020 10:11
Show Gist options
  • Select an option

  • Save yousufansa/a5e2297bb32074c825584dd372983ac3 to your computer and use it in GitHub Desktop.

Select an option

Save yousufansa/a5e2297bb32074c825584dd372983ac3 to your computer and use it in GitHub Desktop.
Electro - Hide Breadcrumb from Single Product Page
.single-product .woocommerce-breadcrumb {
display: none;
}
.single-product .woocommerce-breadcrumb + .site-content-inner {
margin-top: 1.786em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment