在开发我的网站的某个时刻,移动菜单停止显示我的任何导航。
我尝试通过更改样式表来显示导航,例如文本颜色,z-index,背景颜色等,但我的更改都没有显示出来。 (见下文)
我可能会错误地阅读开发工具,错过了可能有用的风格,或者可能会有更复杂的事情发生。
@media screen and (max-width: 600px) {
#mobile-navigation-jquery {
background-color:rgb(28, 34, 48)!important;
z-index:200;
}
#menu-header,
#menu-item-49,
#menu-item-442,
#menu-item-56,
#menu-item-54,
#menu-item-51,
#menu-item-667 {
z-index:200;
color: black;}
}