How can I remove a Black Friday announcement bar from a website?

I have searched the discussions. I am trying to remove a Black Friday announcement bar from this persons website and I have tried everything I know how to do to locate the code. Please help.

It is the Black Friday loading on this website.

Hi @batesks

  1. Go to Store Online-> theme → header liquid
  2. Remove this Code

If you can’t find out it. May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/base.css
  3. Add code below to bottom of file
#megasale-bar-49333247 {
	display: none!important;
}

Please add below css code in bottom of assets/base.css file

div#megasale-bar-82641102 {

display: none;

}

Thank you.