How to change icon when hovering a post in blogs list?

  • Author
    Posts
  • #58236

    Hi,

    The icon that is shown when hovering a post is a link. I would like to change that icon to a play or something like go to instead of having link that for me looks like a get link not an open action.

    Can I change the icon? How?

    Thanks for your help!

    #58412
    Zed
    Cryout Creations mastermind

    You can do that with CSS:

    body .post-thumbnail-container .featured-image-link::before {
        content: "\e917";
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #58417

    That worked!

    Thanks for your help!
    Claudia

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to change icon when hovering a post in blogs list?’ is closed to new replies.