Change color of all links – Adelle theme

  • Unknown's avatar

    Hi I want to change the color of all my links. I am using Adelle theme. Haven’t been able to figure it out.
    This is my site: freelyfatima.com

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, there are a number of places where the colors are set for links (and visited links) in Adelle. I’ve used some sort of obnoxious colors for demo purposes in the following. :)

    /*main content area links and visited links*/
    a {
        color: #22cc00;
    }
    a:visited {
        color: #0088cc;
    }
    /*sidebar links and visited links*/
    .widget a, #secondary #flickr_badge_uber_wrapper a:hover, #secondary #flickr_badge_uber_wrapper a:link, #secondary #flickr_badge_uber_wrapper a:active, #secondary #flickr_badge_uber_wrapper a:visited {
        color: #aa00cc;
    }

    If you wish to go further than the above (post titles, menu, etc.) just let us know which others you wish to change.

  • Unknown's avatar
  • Unknown's avatar
  • The topic ‘Change color of all links – Adelle theme’ is closed to new replies.