I have two problems, searched the forum, try a lot of things, but impossible to find a solution.
First one :
In my page menu i have a link to a category, when selected the color does not change.
i've add that :
HTML Code:
/* For CURRENT */
ul.rMenu-hor li.current_page_item a:link,
ul.rMenu-hor li.current_page_item a:visited,
ul.rMenu-hor li.current_page_item a:active,
ul.rMenu-hor li.current_page_item a:hover {
background: #05A505 !important;
color: #000000 !important;
}
Second problem
I have a drop-down menu. When i select a child item i want to highlight the parent. Can't find a way to do that...
I've try that, but it does not works :
HTML Code:
/* ================================================ */
/* how to highlight parent of current page */
/* ================================================ */
ul.rMenu li.current_page_parent a:link,
ul.rMenu li.current_page_parent a:active,
ul.rMenu li.current_page_parent a:hover,
ul.rMenu li.current_page_parent a:visited,
ul.rMenu li.current_page_parent {
background: #00ffff !important;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */







Linear Mode
