how to make logo sticky on top when scrolling down or up
Hi @saint5 , kindly provide your store URL please. Thanks
not publish yet
which theme are you using?
Dawn
Hello @saint5
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.
.header__heading-logo {
position: fixed !important;
}
If this was helpful, hit the like button and accept the solution.
Thanks