Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为一个有很长菜单的客户设计一个网站,该菜单源于另一行。我想为第二行的菜单项添加不同的颜色,所以我只需要为这些菜单项更改当前菜单项 - 我最初为这些菜单项分配了一个 .nav2 类,以便更改上述项目的 a:hover 。
如果有人可以帮助我,那就太好了。
我将在这里暗中尝试,因为您的问题非常令人困惑:
.current-menu-item.nav2 { background: red; }
For wordpress:
.menu .current_page_item a { background:#000; }