Active menu on selected page in Wordpress

0

Hello,

I'm using the Constructzine Lite theme from the Wordpress repository. Because I'm having a hard time leaving the menu active when I'm on a specific page.

Can anyone help me?

link theme: link

Thank you.

    
asked by anonymous 25.04.2015 / 03:11

1 answer

0

Solved!

I just edited the current_page_item class in css by getting:

.navigation-menu li.current_page_item a { 
   background: #000;
   color: #fff;
}
    
25.04.2015 / 16:45