Disable light box effect

Home Forums Gillion Theme Disable light box effect

Home Forums Gillion Theme Disable light box effect

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

    Hello! Could you tell me how to disable light box effect for thumbnail on top of single page?

    This is an example. https://amix-design.com/blog/blog-27-6034.html

    Solution for this topic

    Hi @haruki,

     

    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 .post-thumbnail a.post-lightbox {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    haruki
    Participant

    It work! Thank you for your support!

    You are most welcome here 🙂

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