Hi guys ![]()
what code do I have to implement to have sticky header & announcment bar?
Thanks a lot
Kind regards
Wassim
Hi guys ![]()
what code do I have to implement to have sticky header & announcment bar?
Thanks a lot
Kind regards
Wassim
Hello.
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
.section-header.shopify-section-group-header-group {
position: sticky !important;
top: 38px !important;
}
.announcement-bar-section {
position: sticky !important;
top: 0px !important;
}
thank you very much