[ASK] Set parent of the active menu - Joomla! Forum - community, help and support
is there way can set css style of parent menu of active menu?
i've tried :
but change style active menu , parent menu. want set style parent child active.
your appreciated.
thanx
daniel
i've tried :
code: select all
ul.menu_top_menu li {
display: inline;
list-style-type: none;
padding:0;
margin:0 0 0 10px;
font-size:16px;
line-height:20px;
letter-spacing:1px;
}
ul.menu_top_menu li {
float:left;
text-decoration:none;
}
ul.menu_top_menu li.parent a, ul.menu_top_menu li.active {
color:#0000ff;
}
but change style active menu , parent menu. want set style parent child active.
your appreciated.
thanx
daniel
without link site hard tell.
i guess answer depends on specific css of template using, not joomla question.
i guess answer depends on specific css of template using, not joomla question.
Comments
Post a Comment