Hi,
how can I make the featured image on my blog post overview page (excerpts) relegate to the single post or not clickable?
I try the codes you can see afterwards, but they doesn’t work for me by putting them to the quick css field! It only pops up in lightbox, but that’s the worst solution for me.
.single-post span.image-overlay {
display: none !important;
}
.image-overlay {
display: none !important;
}
My favorite solution will be the relegate one, but if not I will also take the non clickable.
Is there a solution to solve it?
Best regards,
Frank
Hi Yigit,
I send you the login at the other topic. The website in maintenance mode so you can take a look from the dashboard.
Regards,
Frank
Hey!
Please add following code to Quick CSS
.page-id-21 .big-preview.single-big {
pointer-events: none !important;
}
Best regards,
Yigit
You are my hero! ;)
Thanks a lot.
Best regards,
Frank