Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, the main color setting for links is this CSS, but there are other selectors used for other links, such as the site title and site description/tagline and navigation labels.

    a:link {
        color: #CCCCCC;
    }

    The selector for site title and tagline would be this.
    .site-title a, .site-description
    For the navigation labels, this.
    .header-top a, .header-top a:visited

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Hyperlinked text colors’ is closed to new replies.