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
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
That fixed it! Thank you!
We can close thread.
J
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