Viewing 1 replies (of 1 total)
  • Irene, I think that what you’re asking is how to change the background color of the menu item for the current page?

    WordPress applies the class .current-menu-item to the menu link so, for example, in your style.css (or whatever) simply add something similar to:

    #dc_jqverticalmegamenu_widget-2-item ul li.current-menu-item > a {
    	background: white!important;
    	color: black!important;
    }

    Denis

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of selected page’ is closed to new replies.