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.
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
If you can’t find out it. May I suggest to update code these steps:
#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.