Title: Hyperlink Color Change
Last modified: August 22, 2016

---

# Hyperlink Color Change

 *  Resolved [Balance Studio](https://wordpress.org/support/users/web-guru/)
 * (@web-guru)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hyperlink-color-change/)
 * Need help adjusting the hyperlink color with my current them!
 * website: [http://balancestudio.com](http://balancestudio.com)
 * page of interest: upper right corner hover over ‘Find Us’
 * below the directions you can very faintly see ‘Click here for turn by turn Directions”
   but its very hard to see because of the background color, however there is no
   problems with the hover hyperlink color (purple)
 * how would i go about changing the overall hyperlink color for my theme? any help
   would be appreciated! thanks!

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

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hyperlink-color-change/#post-5677003)
 * If your theme has a built-in custom CSS option, use it; otherwise, get a [custom CSS plugin](http://wordpress.org/plugins/search.php?q=custom+css)
   and put:
 *     ```
       header a { color: #000; }
       header a:visited { color: #000; }
       ```
   
 * You can use a site like [Colorpicker](http://www.colorpicker.com) to get the 
   right hex color.
 *  Thread Starter [Balance Studio](https://wordpress.org/support/users/web-guru/)
 * (@web-guru)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hyperlink-color-change/#post-5677160)
 * Thank you! This has fixed the problem, however, the link does not have a ‘hover
   color’ anymore
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hyperlink-color-change/#post-5677190)
 * When I look at your site (12:28pm Mountain time), I see a subtle change in color
   when I hover over “Click Here For Turn By Turn Directions”. You could add this
   to your custom CSS to make it more obvious:
 * `header a:hover { color: #fff; }`
 *  Thread Starter [Balance Studio](https://wordpress.org/support/users/web-guru/)
 * (@web-guru)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hyperlink-color-change/#post-5677318)
 * Thank you for your help!

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

The topic ‘Hyperlink Color Change’ is closed to new replies.

## Tags

 * [Coding](https://wordpress.org/support/topic-tag/coding/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [hyperlink](https://wordpress.org/support/topic-tag/hyperlink/)

 * 4 replies
 * 2 participants
 * Last reply from: [Balance Studio](https://wordpress.org/support/users/web-guru/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/hyperlink-color-change/#post-5677318)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
