• Ok, based on a previous question, I’m displaying the profile pictures within a round border:

    .profile { border-radius: 100px; }'
    
    I also want to set it up so that when I hover my mouse over the profile picture, that something changes i.e. the border color and style.  I've tried the following css but not being successful.  Any suggestions?

    .profile:hover
    {
    border-radius: 100px;
    border-style: solid;
    border-color: #68ad8f;
    }`

    Regards

    Michael.

    https://www.ads-software.com/plugins/custom-team-manager/

  • The topic ‘Change color if mouse over’ is closed to new replies.