This topic has 4 replies, 3 voices, and was last updated 1 months, 2 weeks ago ago by Rose Tyler
Hi,
Is there a way to remove or change the link to the product for the fake sale popup ?
Best,
Kjetil
Hello @Kjetil
If you would like to simply prevent the posibility to make any link clickable from the Fake popup you can try to add next custom CSS in Theme Options -> Theme Custom CSS -> Global CSS:
.sales-booster-popup-inner a {
pointer-events: none;
cursor: default;
}
If you prefer to have something else, please, describe your request in more details.
Kind regards,
Jack Richardson
The 8theme’s team
Thank you, this is exactly what I needed !
Thanks!
Hello @Kjetil,
You’re welcome!
Warm Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up