Tagged: related posts
Hi,
Related Posts image:
How do I remove the pencil icon, keep the white overlay, but increase it’s opacity?
Thanks for your help :)
Hey Jagrav!
Add this to your custom CSS.
.blog-meta span::before {
content: "" !important;
}
I’m not really sure about the opacity, send us a link to your page so we can take a look.
Cheers!
Elliott
That didn’t do anything.
Hey!
Try with this:
.related-format-icon:hover {
opacity: 0 !important;
}
Regards,
Josue