Highlight the Current Page In WordPress Using CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#leftcontent li.current_page_item a:link, #leftcontent li.current_page_item | |
a:visited, #leftcontent li.current_page_item a:hover, #leftcontent | |
li.current_page_item a:active { | |
font-weight: bold; | |
color:#FFFFFF; | |
padding:0px 0px 0px 7px; | |
background-position: 0px 0px; | |
background:url(images/li_bg.jpg) no-repeat; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment