Can someone help me remove the announcement bar from specific pages in the craft theme?

The announcement bar os fine for my main shopify store, but in the backend I’ve built custom landing pages. On those pages, I want to remove the announcement bar completely but am having difficulty figuring it out.

Any support with the liquid - where and how to find it and the new code to add would be greatly appreciated.

Here is one of the landing pages where I want to remove the announcement bar:

https://www.lawofambition.com/pages/5pillarstrategy

Thanks

Hi @LOA .

This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for your store.
Yo can go to Online Store => Themes => Actions => Edit code and add this code on file base.css

#shopify-section-announcement-bar{
  display: none;
}

Hope this helps.

Best regards,

PageFly

Thanks. I tried this but it removes the announcement bar from the entire site - I only want it removing from certain pages.