Skip to content

Instantly share code, notes, and snippets.

@cowgill
Created May 1, 2018 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cowgill/66613c59fbcec056bb56cdd45905e065 to your computer and use it in GitHub Desktop.
Save cowgill/66613c59fbcec056bb56cdd45905e065 to your computer and use it in GitHub Desktop.
Highlight the Current Page In WordPress Using CSS
#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