Title: rebelswp's Replies | WordPress.org

---

# rebelswp

  [  ](https://wordpress.org/support/users/rebelswp/)

 *   [Profile](https://wordpress.org/support/users/rebelswp/)
 *   [Topics Started](https://wordpress.org/support/users/rebelswp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rebelswp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rebelswp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rebelswp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rebelswp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rebelswp/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Virtue] – sub menu a:hover FONT color change](https://wordpress.org/support/topic/virtue-sub-menu-ahover-font-color-change/)
 *  Thread Starter [rebelswp](https://wordpress.org/support/users/rebelswp/)
 * (@rebelswp)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/virtue-sub-menu-ahover-font-color-change/#post-6276295)
 * finally found a thread which solved the problem:
 *     ```
       #nav-main ul.sf-menu ul li a:hover, #nav-second ul.sf-menu ul li a:hover {
       color: white;
       }
       ```
   
 * is doing the trick
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] font color, in the drop down menu, during mouse hoover](https://wordpress.org/support/topic/font-color-in-the-drop-down-menu-during-mouse-hoover/)
 *  [rebelswp](https://wordpress.org/support/users/rebelswp/)
 * (@rebelswp)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/font-color-in-the-drop-down-menu-during-mouse-hoover/#post-5392566)
 * thank you so much, searched for it a long time
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Virtue] – sub menu a:hover FONT color change](https://wordpress.org/support/topic/virtue-sub-menu-ahover-font-color-change/)
 *  Thread Starter [rebelswp](https://wordpress.org/support/users/rebelswp/)
 * (@rebelswp)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/virtue-sub-menu-ahover-font-color-change/#post-6276292)
 * Hi Timothy,
 * thanks for your reply. This helps changing the background-color of the dropdownmenu,
   but I want to change the color of the FONT of the dropdownmenu WHILE hovering
   it with the mouse.
 * The fontcolor should change to white when I hover over the menu point.
 * I changed your code:
    `#nav-main ul .sf-dropdown-menu a:hover {background-color:#
   000; font-color: #fff;}`
 * The background color changes while hovering to black, but the font color doesn’t
   change to white. How can I change the font color?

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