Hi, I’m unsure why the featured image on a blog needs to be hyperlinked to the attachment, but I can’t seem to get rid of it. See: https://cgifranchise.com/cgi-franchise-launches-a-new-website/
How do I remove the hyperlink for the featured image?
thanks!
Hey Daniel,
Add this to quick css:
.big-preview multi-big a{
pointer-events:none!important;
}
Best regards,
Jordan Shannon
That didn’t work.