Does anyone know how to remove a pop up when entering the website?
Mine currently says: 10% off when signing upto our newsletter, however i want to remove it as the newsletter doesn’t work so is very misleading for my customers.
Theme: Be Yours - website: www.gennatutorials.com
If anyone has a solution that would be great, ive tried all sorts and it just doesnt work.
Thanks!
@GennaTutorials ,
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file theme.liquid.
Step 3. Add this code above
Hello @GennaTutorials
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-popup.css
add this code at the end of the file.
.promo-popup.is-active.show-image {
display: none !important;
}
If this was helpful, hit the like button and accept the solution.
Thanks
Hi @GennaTutorials ,
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!