• Hi there again,
    I would like to change the color of the menu when rolled over, and the circles around the team pictures are also #E66432. I changed it by adjusting css but both does not work…

    a {
    color: #993333;
    }

    .team-image:hover, .team-image.active {
    border: 2px solid #E993333;
    }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘change color a { color: #993333; }’ is closed to new replies.