Hello everyone, I want to remove the red colour sale sticky announcement bar which I added couple of months ago on my website through some codes after watching it from YouTube. Can any help me on this. here is the web link to preview it www.kashish.com.pk
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.card__badge.bottom.left {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Henry, This solution isn’t working
PLease try again with this code:
div#qab_background {
display: none !important;
}