Title: Conflicting CSS Issues
Last modified: August 19, 2016

---

# Conflicting CSS Issues

 *  Resolved [asif_a](https://wordpress.org/support/users/asif_a/)
 * (@asif_a)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/conflicting-css-issues/)
 * Hey, it’s my first time working with wordpress; I’m building a portfolio site
   at [hellofriends.org](http://hellofriends.org) and I developed the theme you 
   see.
 * Anyway, my links are not working like they should. They should turn grey on hover.
   My email at the very top does grey on hover, but not the rest of the site.
 * I know somewhere in my files I have an overriding style but I haven’t been able
   to find it. Seems like a small detail but it’s important, thanks!
 * Also, any other issues you see with the site design, let me know too. I know 
   I’m not designing above the fold.

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

 *  [Peter Boosten](https://wordpress.org/support/users/pboosten/)
 * (@pboosten)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/conflicting-css-issues/#post-1198086)
 * Line 104 in your style.css
 *     ```
       a:hover {
       text-decoration:none;
       }
       ```
   
 * while the email address has:
 *     ```
       #contact_info a:hover {
       color:#999999;
       }
       ```
   
 * It’s only active for #contact_info.
 * Peter
 *  Thread Starter [asif_a](https://wordpress.org/support/users/asif_a/)
 * (@asif_a)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/conflicting-css-issues/#post-1198163)
 * I double checked my style.css and I was using a funky hex code, which is why 
   it wasn’t registering at all.
 * thanks peter!

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

The topic ‘Conflicting CSS Issues’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [asif_a](https://wordpress.org/support/users/asif_a/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/conflicting-css-issues/#post-1198163)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
