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?
I’d prefer that the image to click to the actual post url, if that’s not possible, then to not be clickable.
Hi m s,
You can disable lightbox in the theme options on the first tab.
Best regards,
Victoria
Thank you! That worked for the page, but not the post.
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
Yes please.
Hi,
Add this to quick css:
.big-preview.single-big a{
pointer-events:none!important;
}
Best regards,
Jordan Shannon
Thank you!!
Hi m s ,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria