Title: mouse over
Last modified: August 24, 2016

---

# mouse over

 *  [babale84](https://wordpress.org/support/users/babale84/)
 * (@babale84)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mouse-over-1/)
 * I have a prolem with the mouse over on my site [http://www.iltempochemeriti.it/](http://www.iltempochemeriti.it/).
   Passing the mouse over every link (also titles) they become white. I tried to
   modify the CSS file to change them into black but it doesn’t work.
    Please help
   me!

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

 *  [Jmorley88](https://wordpress.org/support/users/jmorley88/)
 * (@jmorley88)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mouse-over-1/#post-5959980)
 * Hi Babale,
 * I think the problem lies in the transition css not in it turning white.
 * The link are set to transition: all 0.2s ease; if you remove this from your css
   style sheet you should be fine.
 * Took me awhile to figure out as I was also looking for a roll over color code.
 * Thanks
 * Josh
 *  Thread Starter [babale84](https://wordpress.org/support/users/babale84/)
 * (@babale84)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mouse-over-1/#post-5960125)
 * Hi Josh,
    thanks for your help, I found my proble very strange considerign that
   I’m using the original CSS of the template… anyway, I found the part of the CSS
   that you are talking about
 * }
    #section-home .entry-header { position: relative; z-index: 2; width: 100%;-
   webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out;-
   ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition:
   all 0.2s ease-in-out;
 * how should I modify it? Like this?
 * }
    #section-home .entry-header { position: relative; z-index: 2; width: 100%;-
   webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition:
   none; transition: none;
 * Should I delete or modify also this part?
 * }
    #section-home .section { display: block; background: white; padding: 10px;
   border: 1px solid #E0E0E0; -webkit-transition: all 0.3s ease; -moz-transition:
   all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition:
   all 0.3s ease;
 * Thanks again
 * Babale
 *  Thread Starter [babale84](https://wordpress.org/support/users/babale84/)
 * (@babale84)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mouse-over-1/#post-5960130)
 * It’s a nonesense! I found the problem but it’s the strangest I ever seen! The
   problem was a plugin: “JotForm Feedback Button”. I deactivate it and my color
   is back. Now I only havo to find another plugin for catch my visitors feedback
   🙁
 *  [Jmorley88](https://wordpress.org/support/users/jmorley88/)
 * (@jmorley88)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mouse-over-1/#post-5960136)
 * You could always use the contact form 7 as a basic option.
 * Thanks
 * Josh

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

The topic ‘mouse over’ is closed to new replies.

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

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [mouse-over](https://wordpress.org/support/topic-tag/mouse-over/)

 * 4 replies
 * 2 participants
 * Last reply from: [Jmorley88](https://wordpress.org/support/users/jmorley88/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/mouse-over-1/#post-5960136)
 * Status: not resolved