在wordpress页面上设置向下导航状态的样式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在wordpress页面上设置向下导航状态的样式相关的知识,希望对你有一定的参考价值。
Wordpress has a built in class that you can style to style the down nav state for the page you are on. Adjust div name accordingly.
#navigation li a:hover, #navigation li.current_page_item a, #navigation li.current_page_ancestor a { color:#fff; background:#41af3d; }
以上是关于在wordpress页面上设置向下导航状态的样式的主要内容,如果未能解决你的问题,请参考以下文章