Hello @shellbell ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file → add this following code at the bottom of page
.announcement-bar.sticky,
.navigation-menu.sticky {
position: sticky;
top: 0;
z-index: 100;
}
.header:not(.sticky) {
display: none;
}
Save changes
Hope this can help. Let us know if you need any further support.
Ali Reviews team.