Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1417617

    On posts, the featured image (once you have clicked into the post itself) is clicable. When you hover (or just scroll over it) it gets grayed out a bit, and shows diagonal opposing arrows indicating that you can click to expand the image.

    How do I get rid of that feature? The effect is a bit distracting.

    J

    • This topic was modified 1 year, 2 months ago by gatehealing.
    • This topic was modified 1 year, 2 months ago by gatehealing.
    #1417641

    Hey gatehealing,

    Thank you for the inquiry.

    Adding the following css code should disable the featured image link or pointer events.

    #top .big-preview a, #top .big-preview {
        pointer-events: none;
    }

    Best regards,
    Ismael

    #1417726

    That fixed it! Thank you!

    We can close thread.

    J

    #1417811

    Hi,

    Great, I’m glad that Ismael could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘On Posts, featured image at top opens the image if clicked.’ is closed to new replies.