Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Service Icon Circles With CSS Hover Effect

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259321

    I’m trying to change the color of the text and icon when I hover over them, but it’s not working.

    I’ve tried using

    .circle a:hover {color: #fff;}

    Here is a codeine for it

    https://codepen.io/aaron4osu/pen/vJRqWo

    any ideas?

    #259322
    rkieru
    Participant

    You just want the text and icon to change to white on hover? Should be pretty simple:

    .circle:hover h2,
    .circle:hover .fa { 
      color: #fff; 
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design’ is closed to new topics and replies.