简体   繁体   中英

Menu item color change

I'm working on a website: 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 :

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

(index):1395

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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