Title: CSS hover color
Last modified: August 30, 2016

---

# CSS hover color

 *  [jko](https://wordpress.org/support/users/jkotsch/)
 * (@jkotsch)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-hover-color/)
 * Hello.
 * I would like to have hover color for everything on my page except for the blocks.
   I have it all to dark blue, but I dont know how to change it so it has a hover
   color for everything but the blocks.
 * Website: [http://www.mwcloudsolutions.com/Developer2](http://www.mwcloudsolutions.com/Developer2)

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

 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-hover-color/#post-6825025)
 *     ```
       .lts_button:hover {
           color: #fff !important;
       }
       ```
   
 *  Thread Starter [jko](https://wordpress.org/support/users/jkotsch/)
 * (@jkotsch)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-hover-color/#post-6825028)
 * Thanks that helped but now none of the links on my site will change color when
   hovered when I added that CSS.
 *  [mrtom414](https://wordpress.org/support/users/mrtom414/)
 * (@mrtom414)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-hover-color/#post-6825071)
 * It hard to determine what you want to change on hover. There are lots of nested
   blocks in this theme. If you are talking about the blocks on the bottom you can
   try:
 *     ```
       .midrow_block:hover{
         background-color:<<your color>>;
       }
       ```
   
 *  Thread Starter [jko](https://wordpress.org/support/users/jkotsch/)
 * (@jkotsch)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-hover-color/#post-6825104)
 * Right. I just want the 6 blocks in the middle to not change. Everything else 
   can. And that CSS code didn’t work either.
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-hover-color/#post-6825110)
 * remove all other instances of code you try and try this
 *     ```
       .block_content a:hover > font,
       .block_content a:hover {
           color:  #fff !important;
       }
       ```
   
 * i was confused at first by what exactly you were calling a ‘block’ i assumed 
   buttons…sorry
 *  Thread Starter [jko](https://wordpress.org/support/users/jkotsch/)
 * (@jkotsch)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-hover-color/#post-6825121)
 * That did not work either.
 *  Thread Starter [jko](https://wordpress.org/support/users/jkotsch/)
 * (@jkotsch)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-hover-color/#post-6825122)
 * I guess what I am trying to explain is I want the blocks to stay the same on 
   my website as they are right now. I want all the links to have a hover color.

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

The topic ‘CSS hover color’ is closed to new replies.

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

 * 7 replies
 * 3 participants
 * Last reply from: [jko](https://wordpress.org/support/users/jkotsch/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/css-hover-color/#post-6825122)
 * Status: not resolved