Disabling featured image link

Is there a way to disable the featured image from linking to the post?

Thanks

HI there

Where exactly? maybe i can help you but you have to show me where you want to achieve this
I need Url to the page

In every single blog post, if I click on the featured image, it brings me to the post itself, again.

This is the site: www.timesnewromance.art

hey there

Please add this CSSĀ in appearance - customize - additional CSS

.post-inner-content > a {
    pointer-events: none;
}

Thanks!
Colorlib Support Team