Hello,
Previously I asked if there was a way to turn off the link for Featured images on the blog archive pages
I was given a code that worked for some time, but has since stopped working with the new theme update - it now makes nothing clickable:
.blog a.entry-thumb, .blog a {
pointer-events: none;
}
I have tried a few things, but nothing works, how could I fix this? thank you!