This topic has 4 replies, 3 voices, and was last updated 9 years, 4 months ago ago by Jack Richardson
Hi guys,
Hope you are well?
I notice when adding a featured image to a blog post it adds a link icon when hovering over the image and also an icon to enlarge the image?
Can these be disabled?
Are there any settings that deal with this in theme settings?
Link in private content.
Thanks in advance 🙂
Hello,
Please add this code in custom.css file:
.blog-post .wp-picture .btn_group {
display: none !important;
}
Regards,
Eva Kemp.
HI,
is there a way of stopping the blog post image from having the overlay on hover? it seems to brightne the image when you hover on it.
Can I remove this please.
many thanks
Hello,
Try the following css code in custom.css:
.blog-post .wp-picture .zoom >i {
display: none !important;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up