How to turn off lightbox on header image

Home Forums Gillion Theme How to turn off lightbox on header image

Home Forums Gillion Theme How to turn off lightbox on header image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • zszymczyk
    Participant

    Hi,

    after entering blog post page, after clicking on main header image of the post, it open lightbox preview. How to turn it off?

    Regards,
    Zbyszek

    Solution for this topic

    Hi Zbyszek,

     

    I hope you are well today and thank you for your question.

     

    You can turn it off by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Gillion -> Theme Settings -> Custom CSS/JS -> CSS Code

     

    .blog-single .post-thumbnail a.post-lightbox {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    zszymczyk
    Participant

    Tank You! All good.

    Regards,
    Zbyszek

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)