How to remove lightbox altogether?

Home Forums Jevelin Theme How to remove lightbox altogether?

Home Forums Jevelin Theme How to remove lightbox altogether?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • cazaguns
    Participant

    Hey there,

     

    I’d like to remove lightbox because I don’t want my pictures opening up in a window on click. How does one achieve this?

     

    Thanks,

     

    John

    cazaguns
    Participant

    Please see picture for description

    Attachments:
    You must be logged in to view attached files.

    Hi @cazaguns,

     

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

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?

     

    Best regards,
    Shufflehound team

    cazaguns
    Participant

    Hey there, I am well thank you! And I hope you’re well too.

     

    This is one link, I want to disable ability to click on the main image.

    https://www.atexappraisal.com/2018/06/01/why-is-an-appraisal-important/

     

    In the second link, I want to disable lightbox on the images from the blog posts.

    https://www.atexappraisal.com

    https://www.atexappraisal.com/blog

     

    Thank you,

     

    John

     

    Solution for this topic

    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

     

    .blog-single .post-container .sh-overlay-style1,
    a.sh-overlay-item.sh-table-cell:last-child {
        display: none;
    }
    
    .sh-overlay-style1 .sh-overlay-item:first-child div.sh-overlay-item-container {
        right: 40%;
    }

    cazaguns
    Participant

    Worked perfectly, thank you!

    You are most welcome here 🙂

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