Disable lightbox

Home Forums Gillion Theme Disable lightbox

Home Forums Gillion Theme Disable lightbox

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

    Hello,

     

    Is there a css ‘hack’ for disable the lightbox in the feature image?

     

    Best regards,

    Jeroen

    Solution for this topic

    Hi Jeroen,

     

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

     

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

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

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

     

    Best regards,
    Shufflehound team

    hgvj
    Participant

    Thank you for the css. Works Great!

     

    I wish you a very good day.

    Jeroen

    You are most welcome here 🙂

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