Title: Hyperlink colour
Last modified: July 12, 2017

---

# Hyperlink colour

 *  Resolved [andrewmenk](https://wordpress.org/support/users/andrewmenk/)
 * (@andrewmenk)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/hyperlink-colour-2/)
 * Two hyperlinks on my website changed from blue to green.
    I can’t figure out 
   how to change them back to blue. I have tried changing them by copying the colour
   HTML value of the others, but they stayed green. Not sure what I am doing wrong.
   Very new to WordPress. Just got the website placed in my hands. [http://greentronics.com/downloads/](http://greentronics.com/downloads/)
   that is the page with the weird hyperlinks. Any help would be much appreciated.
   Thanks!
    -  This topic was modified 8 years, 10 months ago by [andrewmenk](https://wordpress.org/support/users/andrewmenk/).

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [8 years, 10 months ago](https://wordpress.org/support/topic/hyperlink-colour-2/#post-9312283)
 * The other links would also be green if they weren’t using inline CSS that overrides
   the green, i.e.:
 *     ```
       <span style="color: #0880a1; font-size: 12pt;"> ...
       ```
   
 * Rather than pain yourself with inline styles, you can add a CSS rule that will
   apply the blue to all links.
 * Go to the “Additional CSS” part of the dashboard and add this:
 *     ```
       body a {
           color: #0880a1;
       }
       ```
   
 * _[https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 *  [monikappw](https://wordpress.org/support/users/monikappw/)
 * (@monikappw)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/hyperlink-colour-2/#post-9312303)
 * I have a problem with colors/the menu. I just added Calendar (Time.ly) to my 
   website (free version) and I really need to have specific colours for events.
   I do not have an option “Events Category”. What can I do? is this about the version
   of WordPress?
 *  Thread Starter [andrewmenk](https://wordpress.org/support/users/andrewmenk/)
 * (@andrewmenk)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/hyperlink-colour-2/#post-9312315)
 * Thanks! Just added that to the ‘additional CSS’ and its all blue now!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [8 years, 10 months ago](https://wordpress.org/support/topic/hyperlink-colour-2/#post-9312331)
 * [@monikappw](https://wordpress.org/support/users/monikappw/), Please open a new
   thread: [https://wordpress.org/support/forum/how-to-and-troubleshooting/#new-post](https://wordpress.org/support/forum/how-to-and-troubleshooting/#new-post)
 * When you do, make sure to write some notes saying your plugin author won’t support
   you: [https://wordpress.org/support/topic/calendar-events-category/](https://wordpress.org/support/topic/calendar-events-category/)

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

The topic ‘Hyperlink colour’ is closed to new replies.

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/hyperlink-colour-2/#post-9312331)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
