Title: Custom CSS suddenly not working
Last modified: August 21, 2016

---

# Custom CSS suddenly not working

 *  Resolved [Liz](https://wordpress.org/support/users/elc95736/)
 * (@elc95736)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-css-suddenly-not-working/)
 * Okay so my newest issue is that suddenly my custom CSS for several things isn’t
   working. They are reverting to the original look. For example, my links are no
   longer showing the design I put in my coding (blue without an underline).
    My
   site: [http://doehrmann.com/wordpress/](http://doehrmann.com/wordpress/)
 *     ```
       a {
           color:  #0099cc;
       }
   
       a:hover{
           color: #006b8f;
           text-decoration: none !important;
       }
       ```
   
 * The other thing is the “Start A Project” link in my nav.bar is supposed to have
   a button around it and it disappeared. I realize it’s something I probably messed
   up while editing other things in my custom CSS, but I just need to know where
   the problem is stemming from. Would appreciate any help!

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

 *  [ellp](https://wordpress.org/support/users/ellp/)
 * (@ellp)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-css-suddenly-not-working/#post-5075695)
 * Hello Liz!
 * If you have more custom css code i recommend you to remove all custom css and
   save it on a external file on your desktop. After that paste block by block and
   test. Maybe one of your styles are overriding or braking the other styles.
 * Let me know your findings…
 *  Thread Starter [Liz](https://wordpress.org/support/users/elc95736/)
 * (@elc95736)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-css-suddenly-not-working/#post-5075707)
 * Thank you, I will try that!
 *  Thread Starter [Liz](https://wordpress.org/support/users/elc95736/)
 * (@elc95736)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-css-suddenly-not-working/#post-5075768)
 * It worked, thanks!

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

The topic ‘Custom CSS suddenly not working’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [link](https://wordpress.org/support/topic-tag/link/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 3 replies
 * 2 participants
 * Last reply from: [Liz](https://wordpress.org/support/users/elc95736/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/custom-css-suddenly-not-working/#post-5075768)
 * Status: resolved