How do I remove image lightbox?

Home Forums Jevelin Theme How do I remove image lightbox?

Home Forums Jevelin Theme How do I remove image lightbox?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Vivienne
    Participant

    Hello,

     

    I’d like to remove the lightbox/image preview option on hover. How can I make it so that clicking the image is ONLY a navigation link to the post (i.e. does not enlarge the image).

     

     

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

    Hi  @vivienne,

     

    Thank you for your question.

     

    Could you please share the page URL from your site where it is displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can remove 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-list a.sh-overlay-item:first-child .sh-overlay-item-container {
        left: 42%;
    }
    
    .blog-list a.sh-overlay-item:last-child {
        display: none;
    }

    Vivienne
    Participant

    Perfect! Thank you!

    You are most welcome here 🙂

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