Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey,
    You just need to be more specific with your css. What would you like the a:visited to affect?

    Hannah

    Thread Starter IntownWebPros

    (@kjcc)

    I would like it to affect text links.

    hannah

    (@hannahritner)

    I think the easiest thing is just to override the social icon visited color with css. Try adding this to your custom css box in Theme Options > Advanced Settings:

    .virtue_social_widget a:visited i {
        color: #555;
    }

    Hope that helps!

    Hannah

    Thread Starter IntownWebPros

    (@kjcc)

    That worked. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Visited Link Color Also Changes Social Icons’ is closed to new replies.