Title: Colour Mouseover Menu
Last modified: May 6, 2018

---

# Colour Mouseover Menu

 *  [energytouch](https://wordpress.org/support/users/energytouch/)
 * (@energytouch)
 * [8 years ago](https://wordpress.org/support/topic/colour-mouseover-menu/)
 * Hi there,
    how can I change the Mouseover-Color of the Main Menu? Now its blue,
   but I want to change in dark green.
 * Also I would like to know how to center the entry title of a static page.
 * Thanks,
 * Martin

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

 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years ago](https://wordpress.org/support/topic/colour-mouseover-menu/#post-10260170)
 * Hi there, I’ve seeing a sort of salmon color when I hover your menu items right
   now. Did you get this taken care of?
 * I’m also seeing the entry title on your Contact page centered. Did you also get
   this resolved?
 *  Thread Starter [energytouch](https://wordpress.org/support/users/energytouch/)
 * (@energytouch)
 * [8 years ago](https://wordpress.org/support/topic/colour-mouseover-menu/#post-10260187)
 * Hi,
    not I didn’t found a solution. I’m working on another website which isn’t
   online yet.
 * Can you maybe propose a CSS code for changing the color?
 * Also I want to center the page title shown up just above the scroll-down-arrow
 * Eventually theres a last issue: how can I have a widget in the footer (for disclaimer…)
 * Thanks
 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years ago](https://wordpress.org/support/topic/colour-mouseover-menu/#post-10260249)
 * Ah, thanks for the clarification. For the nav menu hover, add this and then edit
   the color code as desired.
 *     ```
       .site-header .nav-menu a:hover, .site-header .nav-menu a:focus {
         color: #cc0000 !important;
       }
       ```
   
 * On the [Resonar demo site](https://resonardemo.wordpress.com/), I’m not seeing
   a scroll down arrow.
 * Resonar does not have a footer widget area, and adding one to the theme would
   be a considerable amount of work and require the creation of a [Child Theme](https://codex.wordpress.org/Child_Themes)
   and a good working knowledge of php scripting.
 * If you have not hidden the footer credits, you could use the following, which
   will place text right above the existing footer credits. I’ve included some styling
   declarations as well that you can use, or delete if you do not use them. This
   method is best for shorter text additions rather than long ones.
 * If you need to add more, it would be best to create a Child Theme and then copy
   over the original footer.php file to the child theme directory and then add that
   disclaimer directly into the footer html section as a paragraph or div.

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

The topic ‘Colour Mouseover Menu’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/colour-mouseover-menu/#post-10260249)
 * Status: not resolved