Title: A CSS tweak&#8230;
Last modified: September 3, 2016

---

# A CSS tweak…

 *  [TheBudAdams](https://wordpress.org/support/users/thebudadams/)
 * (@thebudadams)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/a-css-tweak/)
 * I had a hover background color on my menu, not sure if this is universal, but
   I thought I’d share how I got the “rollover” state to remain while on the “active”
   page, if and when your theme adds a background to the active menu item… you may
   need to tweak the CSS if your theme is different, but this worked for me.
 *     ```
       .current_page_item a .menu-image {
       	opacity: 0 !important;
       }
   
       .current_page_item a.menu-image-hovered img.hovered-image {
       	opacity: 1 !important;
       }
       ```
   

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

 *  [zviryatko](https://wordpress.org/support/users/zviryatko/)
 * (@zviryatko)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/a-css-tweak/#post-7904215)
 * Hi, it’s already discussed here [https://wordpress.org/support/topic/active-menu-effect?replies=6](https://wordpress.org/support/topic/active-menu-effect?replies=6)
 *  [trixee](https://wordpress.org/support/users/trixee/)
 * (@trixee)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/a-css-tweak/#post-7904253)
 * Thanks for the tip! Plugin Author, can you add this to the FAQ? I wouldn’t have
   seen this otherwise. 🙂
 *  [zviryatko](https://wordpress.org/support/users/zviryatko/)
 * (@zviryatko)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/a-css-tweak/#post-7904254)
 * Ok, I’ll add it in the near future.
 *  [trixee](https://wordpress.org/support/users/trixee/)
 * (@trixee)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/a-css-tweak/#post-7904255)
 * Thanks!

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

The topic ‘A CSS tweak…’ is closed to new replies.

 * ![](https://ps.w.org/menu-image/assets/icon-128x128.png?rev=2123398)
 * [Menu Image, Icons made easy](https://wordpress.org/plugins/menu-image/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/menu-image/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/menu-image/)
 * [Active Topics](https://wordpress.org/support/plugin/menu-image/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/menu-image/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/menu-image/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [trixee](https://wordpress.org/support/users/trixee/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/a-css-tweak/#post-7904255)