Removing the "view in lightbox" function

Home Forums Jevelin Theme Removing the "view in lightbox" function

Home Forums Jevelin Theme Removing the "view in lightbox" function

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

    The split functionality of viewing an image in lightbox or following the URL doesn’t work well on mobile. How do I remove the possibility of viewing in lightbox, and simply have a tap on the featured image load the URL?

    Hi @rachelmball,

     

    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

    rachelmball
    Participant

    It is this site: http://freshplanetflavor.com/

    It is the magnifying glass and the fact that it interferes with taking a user to the url. How do I disable it, remove it (and the link symbol too, actually) and actually just have a nice blue mouseover before you can click straight into the article. Otherwise it confuses my readers.

    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

     

    .post-meta-thumb .sh-table-full a.sh-overlay-item.sh-table-cell:first-child .sh-overlay-item-container,
    .post-meta-thumb .sh-table-full a.sh-overlay-item.sh-table-cell:last-child {
        display: none;
    }

    rachelmball
    Participant

    This worked!

    You are most welcome here 🙂

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