Skip to content

Instantly share code, notes, and snippets.

@hsleonis
Last active September 21, 2020 09:01
Show Gist options
  • Save hsleonis/0d3fb75b0c638d53d4b6a60a142d7155 to your computer and use it in GitHub Desktop.
Save hsleonis/0d3fb75b0c638d53d4b6a60a142d7155 to your computer and use it in GitHub Desktop.
Shopify debut hide collection page banner overlay and text
<div class="collection-hero__title-wrapper">
<h1 class="collection-hero__title page-width">
<span class="visually-hidden">{{ 'collections.general.collection_label' | t }}: </span>
<!-- collection.title -->
</h1>
</div>
.collection-hero {
position: relative;
overflow: hidden;
margin-top: -$gutter-site;
/*margin-bottom: $gutter-site-mobile;*/
@include media-query($medium-up) {
/*margin-bottom: $section-spacing-small;*/
}
}
...
/*.collection-hero__title-wrapper::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: $color-image-overlay;
opacity: $opacity-image-overlay;
}*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment