Remove Sticky Bar from Landing Page Narrative Theme

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

1 Like

@un-anima

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!

1 Like

Hi @un-anima ,
Go to Customize >> Header >> Uncheck

1 Like

Yes that worked. Thank you!

1 Like

That was such a simple solution that I couldn’t find. Thanks!!

@un-anima , You’re Welcome.