How can i turn off the hover style on a linked image?
Greets,
Jan
Same question here.
Hi,
Please add this on your custom.css or Quick CSS
.image-overlay.overlay-type-extern {
display: none !important;
}
Regards,
Ismael
Alright, this works for all images.
Is it possible to have this only for images like commercial and not for the blog posts?
Greets
Hi,
Add .blog, or the page id of your blog page.
.blog .image-overlay.overlay-type-extern {
display: none !important;
}
Please give us a link to your blog page.
Regards,
Ismael
Thanks Ismael. I’ll give it a try.
EDIT: Doesn’t work for me. I’ll explain what I need:
Currently almost all pictures have the option to open when clicking on them. Most of the pictures (like an image on top of a blog post) don’t need that option. I just want to be able to show an image with no fancy options.
I don’t want to disable the whole plugin since I will use it in galleries and other specific pages.
Thanks.
Solved.
Thanks.