Hi,
I tried the suggestions I found when I searched the forums, nothing was working.
Would any of the experts here know how to remove the sticky bar for my site: https://onewiccan.com
Its this sticky bar that I need to remove
Hi,
I tried the suggestions I found when I searched the forums, nothing was working.
Would any of the experts here know how to remove the sticky bar for my site: https://onewiccan.com
Its this sticky bar that I need to remove
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.site-header__wrapper a.announcement-bar {
display: none;
}
Hope this works.
Thanks!
Hi @un-anima ,
Go to Customize >> Header >> Uncheck
Yes that worked. Thank you!
That was such a simple solution that I couldn’t find. Thanks!!
@un-anima , You’re Welcome.