Title: Custom CSS for Hover Links
Last modified: August 24, 2016

---

# Custom CSS for Hover Links

 *  Resolved [jonelp](https://wordpress.org/support/users/jonelp/)
 * (@jonelp)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/)
 * I’d like to add some css so when someone hovers over the links (in the footer),
   the text will change colour. What is the best custom CSS for this and where do
   I place it? In the footer.php or what?
 * Sidenote: Newbie at CSS so please bare that in mind, thank you! Fast responses
   much appreciated!

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

 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031703)
 * What is your site URL?
 *  Thread Starter [jonelp](https://wordpress.org/support/users/jonelp/)
 * (@jonelp)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031720)
 * bhmfasionweek.com
 * Also, would you know how I can do the same for other links in the website in 
   general?
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031725)
 * Your site doesn’t load
 *  Thread Starter [jonelp](https://wordpress.org/support/users/jonelp/)
 * (@jonelp)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031727)
 * Oh sorry, my fault. Typo. Try this
 * [bhmfashionweek.com](https://wordpress.org/support/topic/custom-css-for-hover-links-1/bhmfashionweek.com?output_format=md)
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031730)
 * Do you want all links to change color the same or all different.
 * Also please give an example what link(s) in your footer you want changed.
 * Thanks
 *  Thread Starter [jonelp](https://wordpress.org/support/users/jonelp/)
 * (@jonelp)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031741)
 * The link colour can be the same colour throughout. At least for now anyway 🙂
 * In the footer, I’d like to a hover colour change over the first mention of ‘Elpromotions’
   and ‘Terms & Conditions’.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031751)
 * In your [Child Theme](http://codex.wordpress.org/Child_Themes) or [CSS Editor Plugin](https://wordpress.org/plugins/simple-custom-css/)
   try this code:
 *     ```
       body a:hover {
         color: #009900;
       }
       ```
   
 * Just edit the #009900 color I gave it.
 * **\*Note**
    If your theme has a custom CSS Editor in it, you can also paste the
   code in there.
 * Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.
 *  Thread Starter [jonelp](https://wordpress.org/support/users/jonelp/)
 * (@jonelp)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031764)
 * Fantastic!! Works like a charm! Thank you so much for your help!! 😀
 * Additional question: Is there a way to hover-underline the links in the footer
   too?
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031779)
 * I not see your hover link color change at all.
 *  Thread Starter [jonelp](https://wordpress.org/support/users/jonelp/)
 * (@jonelp)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031786)
 * Oh it has worked, I’ve just changed the colours to slight different shades of
   grey. I can always adjust them whenever though.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031788)
 * Oh, ok yes you can.. plus you have a cache plugin so it might not appear to users
   right away
 *  Thread Starter [jonelp](https://wordpress.org/support/users/jonelp/)
 * (@jonelp)
 * [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031816)
 * Okay, thank you again for all your help!

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

The topic ‘Custom CSS for Hover Links’ is closed to new replies.

## Tags

 * [change](https://wordpress.org/support/topic-tag/change/)
 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [links](https://wordpress.org/support/topic-tag/links/)
 * [maskitto](https://wordpress.org/support/topic-tag/maskitto/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 12 replies
 * 2 participants
 * Last reply from: [jonelp](https://wordpress.org/support/users/jonelp/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/custom-css-for-hover-links-1/#post-6031816)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
