选择父菜单
Selecting the Parent Menu
当我 select 在 this link 中父菜单中的子菜单时,我将顶部菜单的背景设置为红色。
但是文字的颜色变黑了,我不能把它变成白色。
提前感谢您的帮助..
将鼠标悬停在 li 上时,也给 a tag
一种颜色,试试下面的颜色:
.header .dropdown-submenu > li:hover > a, .header .dropdown > ul > li:hover > a {
color: #fff;
}
当我 select 在 this link 中父菜单中的子菜单时,我将顶部菜单的背景设置为红色。
但是文字的颜色变黑了,我不能把它变成白色。
提前感谢您的帮助..
将鼠标悬停在 li 上时,也给 a tag
一种颜色,试试下面的颜色:
.header .dropdown-submenu > li:hover > a, .header .dropdown > ul > li:hover > a {
color: #fff;
}