How to find and remove old announcement bar code?

Hey.

I have an old announcement bar and I cant for the life of me find the code where it is stored. It has some text that is still relevant, but I want to use shopifys option so hopefully it will make my site easier to load.

My shop is egillustrerer.com and it is the green announcement bar with the option of x-ing it out that I want removed.

I am using the dawn-theme. Please help.

1 Like

Hi @egillustrerer ,

It looks like the code is installed after the in the theme.liquid, under the layout folder. If you cannot find it or uninstall the app, try the code below to hide it.

  1. In your Admin Page > Go to Online store > Themes > Actions > Edit code

  2. Under the Asset folder, open the base.css

  3. Add the code below at the very bottom of the file

.mars-ui-portal-container.mars23 {
display: none !important;
}

Hi @egillustrerer ,

Go to Assets > base.css and paste this at the bottom of the file:

.\34 59-mars35 {
    display: none !important;
}

Hope it helps!

Thank you so much for your reply. After a little digging I ended up finding the app… It was one of those multi-tool app that I use for a lot of stuff. Thank you so much for your help :slightly_smiling_face:

2 Likes

Hi @egillustrerer ,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.