Stop the feature image being clickable

Hi how can I stop the feature image in Shapley post or page to be not clickable. At the moment when you add a featured image, it is clickable and reloads the same page. How do I make it not clickable? I don’t need it to reload the same page.

Thanks

Hi there

Hope you are having a good day and thank you for your question :slight_smile: In order to check your question i need to see your live website, please provide url and i will take a look

http://staging.jennywu.info/going-down-reviews/

Hi for example on this page, you can click the feature image, and it reloads the same page.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the click event by going to Appearance > Customize > Additional CSS and pasting it there.

.post-content .entry-header {
    pointer-events: none;
}

Best Regards,
Support

Thank you that did the trick

Is there also a way to stop the feature image getting cropped? Feels like top and bottom gets cropped.

Hi there

Sorry but there is no option to stop feature image from being cropped :frowning: this is default behavior of the template

No extra CSS to overwrite that?

HI

Sorry but no, it does not about overwrite the rule, the image cannot be cropped or resized by CSS code,