Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1110066

    On posts, the feature image above the title shows a hover image, and if you click on the image, the images opens in a pop up window. How do you disable that?

    #1110086

    .

    #1110089

    I’d prefer that the image to click to the actual post url, if that’s not possible, then to not be clickable.

    #1110108

    Hi m s,

    You can disable lightbox in the theme options on the first tab.

    Best regards,
    Victoria

    #1110117

    Thank you! That worked for the page, but not the post.

    #1110404

    Hi m s,

    It is not the popup that opens, it’s the link to the image is opened. Well, it this case, we can make the image not clickable with the css. Will such a solution work for you?

    Best regards,
    Victoria

    #1111369

    Yes please.

    #1111424

    Hi,

    Add this to quick css:

    .big-preview.single-big a{
    pointer-events:none!important;
    }

    Best regards,
    Jordan Shannon

    #1111453

    Thank you!!

    #1111484

    Hi m s ,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.