简体   繁体   English

菜单项颜色变化

[英]Menu item color change

I'm working on a website: sites.northwestern.edu/mrsec 我正在使用一个网站:sites.northwestern.edu/mrsec

I noticed when I click on Education menu item, both Education and Facilities menu items turn gray instead of just Education. 我注意到当我单击“教育”菜单项时,“教育”和“设施”菜单项都变为灰色,而不仅仅是教育。 Does anyone know what is causing this glitch? 有谁知道是什么原因导致这种故障? I can't figure out why it's being like this. 我不知道为什么会这样。

Thanks so much! 非常感谢!

Your problem is server side, facilities menu has class current-page-parent and the following css rules applies on it : 您的问题是服务器端,设施菜单具有class current-page-parent ,并且以下css规则适用于此:

.menu-menu-1-container li.current-page-parent a {
    background: none!important;
    background-color: #BBB8B8!important;
}

(index):1395 (索引):1395

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM