What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Removing a giveway tab

Solved

How to remove a giveaway tab from my site?

hewmaplants
Visitor
2 0 0

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? 

screenshot.png

If anyone has any suggestions it would greatly be appreciated! Thank you!!! 

Accepted Solution (1)
KuldeepKumar20
Shopify Partner
308 37 65

This is an accepted solution.

Hi @hewmaplants 

It's coming from bellow newsletter.

SWSolutions_1-1682133372483.png

 

IF you want to hide hide button So kindly add the bellow code in "base.css" file.

CSS-

.needsclick.kl-teaser-VHhxnj {
display: none;
}

For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: codermail30@gmail.com

View solution in original post

Replies 3 (3)

KuldeepKumar20
Shopify Partner
308 37 65

@hewmaplants 

Could you provide the Shop URL and the theme name also?

For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: codermail30@gmail.com
hewmaplants
Visitor
2 0 0

https://hewma.com/

 

It shows up on both desktop and mobile, unfortunately. 

KuldeepKumar20
Shopify Partner
308 37 65

This is an accepted solution.

Hi @hewmaplants 

It's coming from bellow newsletter.

SWSolutions_1-1682133372483.png

 

IF you want to hide hide button So kindly add the bellow code in "base.css" file.

CSS-

.needsclick.kl-teaser-VHhxnj {
display: none;
}

For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: codermail30@gmail.com