Hi there,
I am using the ddj003 template and noticed a minor issue. When i have a submenu, when you select it the text is turning white and therefore disappearing off the menu. Anyone know how to change the CSS to fix this ?
thanks in advance and btw great work with the templates
oops! :)
Make these edits in the template_css.css file.
Just after this block:
a.sublevel:hover {
color: #0027FF;
text-decoration: none;
}
add this block:
a#active_menu.sublevel, a:hover#active_menu.sublevel {
color: #0027FF;
}