Title: Changing Hyperlinked text colors
Last modified: March 16, 2018

---

# Changing Hyperlinked text colors

 *  [jitdesign](https://wordpress.org/support/users/jitdesign/)
 * (@jitdesign)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/changing-hyperlinked-text-colors/)
 * How do I customize hyperlink text colors on Lodestar theme?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-hyperlinked-text-colors%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years, 3 months ago](https://wordpress.org/support/topic/changing-hyperlinked-text-colors/#post-10101498)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/lodestar/1.0.8/screenshot.png)
 * Lodestar
 * [Support Threads](https://wordpress.org/support/theme/lodestar/)
 * [Active Topics](https://wordpress.org/support/theme/lodestar/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/lodestar/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/lodestar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/changing-hyperlinked-text-colors/#post-10101498)
 * Status: not resolved