Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if your page menu is done with wp_list_pages() (as most are) it should have this class already:
- .current_page_item
- exam:
- .current_page_item {
- color: #fff;
- background-color: #000000;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement