Hello, the links in my blogs posts aren’t working. They show up as links, but when I try to click them they don’t do anything? Something changed when we launched the website since they worked on the staging website.
Hey Hurricane,
This CSS is causing that to happen:
.single-big a {
pointer-events: none;
}
Please replace it with this:
.single-big a.lightbox-added {
pointer-events: none;
}
Best regards,
Rikard
Thank you!
Hi Hurricane,
We’re glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko