Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28286

    Hello, is there a way to disable the lightbox effect on the featured images of post pages?

    Thanks!

    #137104

    Hi,

    What type of Blog Style do you have? Are you using the big preview image or the small one?

    .single .big-preview.single-big a, .single .small-preview {
    pointer-events: none;
    }

    Regards,

    Ismael

    #137105

    I’m using the Big preview pic (no author pic). Is the CSS above what I should use?

    Thanks!

    #137106

    Please disregard my last post… The CSS you provided works!

    Thanks again!

    #137107

    I’ve tried the above CSS but its not quite worked the way i was hoping. I’m not well versed in CSS could you suggest how to modify that code to disable the lightbox effect for the whole site please?

    TIA

    Rich

    #137108

    Hi Rich,

    If you wanted to disable it for the whole site you can just remove the entire Ligthbox activation function in the js>avia.js file. Its lines 449 to 509.

    Regards,

    Devin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable lightbox effect’ is closed to new replies.