Lightbox off?

Home Forums Jevelin Theme Lightbox off?

Home Forums Jevelin Theme Lightbox off?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • SjoerdGerritsen
    Participant

    Hi there,

    I’d like to remove the option that when you hover on a blogpost you also get the possibility to look at a larger picture. How do I do this?

     

    Thanks!

    Hi @SjoerdGerritsen,

     

    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

    SjoerdGerritsen
    Participant

    Of course. I’d like it remove here: http://test2.sjoerdgerritsen.com/news/

    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 .sh-table-full a.sh-overlay-item.sh-table-cell:first-child .sh-overlay-item-container {
        right: 40%;
    }
    
    .blog-list .sh-table-full a.sh-overlay-item.sh-table-cell:last-child {
        display: none;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)