Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #527644

    Hi,

    Related Posts image:
    How do I remove the pencil icon, keep the white overlay, but increase it’s opacity?

    Thanks for your help :)

    #527664

    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

    #527688

    That didn’t do anything.

    Relate Posts entry

    #527756

    Hey!

    Try with this:

    .related-format-icon:hover {
        opacity: 0 !important;
    }

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.