Hi,
I would like to know how I can disabled the link and the hover effect on my single post’s featured images.
I just want to show the image without rollover effect and links.
I’m using the “Elegant” blog design.
Thanks a lot,
Aurélien.
Hey YAOF-Design,
Add this to quick css:
.big-preview.single-big a{
pointer-events:none!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Thanks for your quick answer but this code disable featured image link everywhere on the website.
I just want to disable it on single post pages.
Thanks a lot,
Aurélien.
Hi,
Change the code to this:
.single-post .big-preview.single-big a{
pointer-events:none!important;
}
Best regards,
Jordan Shannon
That’s perfect!
Thanks a lot Jordan!
Aurélien.
Hi,
Perfect. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon