• I would like for the text in my circles to disappear when I mouseover them. This currently works in Firefox but not in Safari or Chrome. I think this is doable in css but nothing I have tried works. I’ve tried changing the rgba values for the text but it doesn’t appear to have any effect.
    /* Try and remove the circle titles on hover as it works in Firefox */
    .hentry.thumbnail-title a:hover {
    font-size: 10px;
    font-weight: normal;
    color: rgba(0,0,0,0);
    }

    h

  • The topic ‘Fade out text in circles on hover?’ is closed to new replies.