Title: Hyperlink Hover Change
Last modified: August 30, 2016

---

# Hyperlink Hover Change

 *  Resolved [RamDoNation](https://wordpress.org/support/users/ramdonation/)
 * (@ramdonation)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hyperlink-hover-change/)
 * Hi, i’m currently trying to change the hover color of my pages. They are currently
   black and change to green on hover but I want them to change to orange. Here 
   is the website: [http://ramdonation.com/](http://ramdonation.com/)

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

 *  [Muhammad Ismail](https://wordpress.org/support/users/warmarks/)
 * (@warmarks)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hyperlink-hover-change/#post-6697370)
 * In your superfish.css file line about 107 you have this code:
 *     ```
       #nav li:hover, #nav li.sfHover,
       #nav a:focus, #nav a:hover, #nav a:active {
       	outline: 0;
       	color: #a0ce4e;
       	background: none;
       }
       ```
   
 * You can change the color value to any hex color or simply word orange for orange
   color
 * e.g.
 *     ```
       #nav li:hover, #nav li.sfHover,
       #nav a:focus, #nav a:hover, #nav a:active {
       	outline: 0;
       	color: orange;
       	background: none;
       }
       ```
   
 *  Thread Starter [RamDoNation](https://wordpress.org/support/users/ramdonation/)
 * (@ramdonation)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hyperlink-hover-change/#post-6697455)
 * Thank you!

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

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

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [RamDoNation](https://wordpress.org/support/users/ramdonation/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/hyperlink-hover-change/#post-6697455)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
