Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1338323

    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.

    #1338370

    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

    #1338516

    Thank you!

    #1338585

    Hi Hurricane,

    We’re glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Links in blogs aren't working?’ is closed to new replies.