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

    Hello,
    How can I disable the Lightbox on the featured images within a single post.
    My single post style is “Single post style with big preview image Featured image”
    Thanks in advance

    roger

    • This topic was modified 7 years, 8 months ago by Roger.
    #765643

    Hey Roger,

    Add the following to quick css:

    article .big-preview.single-big{
    pointer-events:none!important;
    }

    Best regards,
    Jordan Shannon

    #765647

    Hi Jordan,

    Wauw! that was quick!

    Just what I wanted, Thank you very much.

    roger

    #765650

    Hi,

    No prob at all if you need additional help please let me know.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.