Hello!
I am trying to make our Shopify website ( bethetwig.com ) header shrink and stay at the top as the user scrolls down. We currently have the sticky header on but is too big.
Thank you for your help!
Hello!
I am trying to make our Shopify website ( bethetwig.com ) header shrink and stay at the top as the user scrolls down. We currently have the sticky header on but is too big.
Thank you for your help!
Hi @Patrick_Armstr1 ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.site-header.site-header--opening .site-header__logo img {
display: none !important;
}
.site-header.site-header--opening .site-header__logo img.medium-up--hide {
display: block !important;
}