Title: Active page menù trasparent
Last modified: October 12, 2017

---

# Active page menù trasparent

 *  Resolved [reddevlab](https://wordpress.org/support/users/reddevlab/)
 * (@reddevlab)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/active-page-menu-trasparent/)
 * Hi.
    I would like the menu item, corresponding to the active page, not to be 
   highlighted. I would like that menù item to be highlighted on Muoseover
 * Thanks for your cooperation
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Factive-page-menu-trasparent%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * (@webhuntsupport)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/active-page-menu-trasparent/#post-9583423)
 * Hello,
 * For highlighting menu on mouse hover please use below CSS Rules:
 *     ```
       .light_header #navy > li > a:hover {
           color: #fff;
           background-color: #003b84;
       }
       ```
   
 * Save the changes.
 * > I would like the menu item, corresponding to the active page, not to be highlighted.
 * Please explain in more detail & also provide screen-shot for better assistance.
 * Thank You
 *  Thread Starter [reddevlab](https://wordpress.org/support/users/reddevlab/)
 * (@reddevlab)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/active-page-menu-trasparent/#post-9584241)
 * Ok, the highlighting work propely.
 * The other problem is that the menu item: SERVIZI and VANTAGGI
    is ever highlighting
   See:  [https://www.dropbox.com/s/hlarj4j1puqhh47/Cattura.JPG?dl=0](https://www.dropbox.com/s/hlarj4j1puqhh47/Cattura.JPG?dl=0)
 * I would like disable highlighting option for active page.
 * An other question for menù: can I align right?
    -  This reply was modified 8 years, 7 months ago by [reddevlab](https://wordpress.org/support/users/reddevlab/).
 *  [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * (@webhuntsupport)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/active-page-menu-trasparent/#post-9586456)
 * Hello,
 * As we are looking for your site you have done it your self.
 * So put below CSS rules into Custom CSS Editor to show text on hover :
 *     ```
       .light_header #navy > li > a, .light_header #navy > li > a:hover {
           color: #fff !important;
       }
       @media only screen and (max-width: 992px){
       #navy > li > a > span {
           padding: 12px 12px;
           color: #fff;
       }
       }
       ```
   
 * Save the changes.
 * If you have any query please let us know.
 * Thank You
 *  Thread Starter [reddevlab](https://wordpress.org/support/users/reddevlab/)
 * (@reddevlab)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/active-page-menu-trasparent/#post-9586511)
 * ok for the color and highlighting.
    For the last question? Can I align right?
 *  [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * (@webhuntsupport)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/active-page-menu-trasparent/#post-9586712)
 * Hello,
 * Put below CSS Rules into Custom CSS Editor:
 *     ```
       @media only screen and (min-width: 992px){
           #main_nav {
               float: right;
           }
       }
       ```
   
 * Save the changes.
 * Thank You
 *  Thread Starter [reddevlab](https://wordpress.org/support/users/reddevlab/)
 * (@reddevlab)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/active-page-menu-trasparent/#post-9587010)
 * Perfect! This solve my last problem!
    Thank you!!! bye!
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/active-page-menu-trasparent/#post-9590411)
 * You are most welcome.
 * Thank You

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

The topic ‘Active page menù trasparent’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kyma/2.9.2/screenshot.jpg)
 * Kyma
 * [Support Threads](https://wordpress.org/support/theme/kyma/)
 * [Active Topics](https://wordpress.org/support/theme/kyma/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kyma/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kyma/reviews/)

## Tags

 * [active page](https://wordpress.org/support/topic-tag/active-page/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 7 replies
 * 3 participants
 * Last reply from: [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/active-page-menu-trasparent/#post-9590411)
 * Status: resolved