On the single entry, there is a lightbox effect on the featured image.
How do I remove that? I don’t want it to link anywhere.
I don’t want the color overlay on it either.
How do I remove them?
Also, how do I make the picture height bigger too?
I’m putting the login information in the private area.
Thank you!
Hey mikkijack,
Try this code in the General Styling > Quick CSS field:
.image-overlay {
visibility: hidden;
}
Best regards,
Mike
Hi Mike!
Thanks for responding so quickly!
That took away the overlay, but the image still links to the bigger picture. I don’t want it to link to anything.
It also takes away the overlay for the home page too. I didn’t want it to do that. I want the overlay to just be disabled on the single posts, not the pages.
How do I do that?
I fixed it. Thank you. You can close this post.