Tagged: featured image
dear customer service
how can i disable the cropping and remove the link to the popup to the entire image and instead, just make the image show entirely without any link to it ??
thank you
Hey mm256,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.single.single-post .big-preview.single-big a {
pointer-events: none;
}
As for the images, please consider these articles
If you need further assistance please let us know.
Best regards,
Victoria