Disable Lightbox for portfolio

Home Forums Jevelin Theme Disable Lightbox for portfolio

Home Forums Jevelin Theme Disable Lightbox for portfolio

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • emailjohna
    Participant

    We are hoping to disable the Lightbox function on the slider used for our project pages. The Lightbox isn’t working correctly (it seems to post images twice and numbers them incorrectly) plus I worry it makes the slider a bit too confusing for visitors. I don’t see an option anywhere to disable it though

     

    Is there a simple code to disable the pop up Lightbox display?

    Thank you

    Hi @emailjohna,

     

    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 achieve it?

     

    Best regards,
    Shufflehound team

    emailjohna
    Participant

    Of course and thank you! I provided a link below. I am hoping to disable the lightbox function on the portfolio slider so that the pop up is disabled on all of my projects.

    Solution for this topic

    You can disable 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

     

    .sh-portfolio-single-slider a.sh-overlay-lightbox.sh-table-cell {
        display: none;
    }

    emailjohna
    Participant

    Awesome!! I’ll go add. Many thanks

    You are most welcome here 🙂

    emailjohna
    Participant

    Worked great! Thanks 🙂

    You are always welcome here 🙂

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