Hello,
I need some help removing a side button that shows on the side of my site that shows “500 giveaway”. I tried to find it in the app I was told it might be using but it is not there, so I am assuming it is in the theme somewhere perhaps a snippet?
If anyone has any suggestions it would greatly be appreciated! Thank you!!!
@hewmaplants
Could you provide the Shop URL and the theme name also?
https://hewma.com/
It shows up on both desktop and mobile, unfortunately.
Hi @hewmaplants
It’s coming from bellow newsletter.
IF you want to hide hide button So kindly add the bellow code in “base.css” file.
CSS-
.needsclick.kl-teaser-VHhxnj {
display: none;
}