Skip to content

Instantly share code, notes, and snippets.

@aslamahamed13
Last active July 15, 2020 04:34
Show Gist options
  • Save aslamahamed13/65b9dfe5d465d18433f424c8467298ef to your computer and use it in GitHub Desktop.
Save aslamahamed13/65b9dfe5d465d18433f424c8467298ef to your computer and use it in GitHub Desktop.
Electro - Hide Breadcrumb in mobile
@media (max-width: 568px) {
.woocommerce-breadcrumb {
display: none;
}
.site-header {
margin-bottom: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment