Hey there.
Basically, I just want sticky header for my Shopify store. For all versions - mobile and desktop.
I want sticky header without announcement bar.
Thanks in advance!
Store - www.topdrive.store
Hi, can you please check option 2 in this link and confirm if it works as expected:
Dear @YuntioR
Hope this will help you
/* Start */
.sticky {position: fixed;top: 0;width: 100%;z-index: 999; max-width: 100%;background: #fff;-webkit-box-shadow: 0px 5px 22px -8px rgba(0,0,0,0.75);-moz-box-shadow: 0px 5px 22px -8px rgba(0,0,0,0.75);box-shadow: 0px 5px 22px -8px rgba(0,0,0,0.75);}
/* End*/
// Start sticky Navbar
$(window).scroll(function(){
if ($(this).scrollTop() > 50) {
$('.site-header').addClass('sticky');
}
else {
$('.site-header').removeClass('sticky');
}
});
// End sticky Navbar
If you still need help you can contact us by using the link or email given at signature.
Ok then need to check backend, please contact us if you need help at task4store@mswebdesigner.com
User | Count |
---|---|
395 | |
204 | |
129 | |
46 | |
42 |