Support » Plugin: Menu Social Icons » Icon color after clicking

Viewing 1 replies (of 1 total)
  • Plugin Author Paul Clark

    (@pdclark)

    Links have several states that are set in CSS — normal “link” state, active (mouse is clicking), hover (mouse is hovering), and visited (user has gone to this link before).

    To set all these states to the same color, you would use syntax like this:

    li.social-icon a:link,
    li.social-icon a:visited,
    li.social-icon a:active,
    li.social-icon a:hover {
        color: #0000aa;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Icon color after clicking’ is closed to new replies.