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.
我的网站在这里
我需要使活动选项卡的颜色与其他选项卡不同。似乎无法播放导航栏。我错过了什么?
例如,如果我在http://misha.pixelworklab.com/gallery/我需要画廊标签是不同的颜色。
谢谢!
活动列表项的类是.current-menu-item,您需要针对<a>此活动的内部li,
.current-menu-item
<a>
li
所以你的CSS将是,
.current-menu-item > a { background: green; /*your code here*/ }