Advertisement
salmancreation

current_page_item active hover in wordpress

Jan 15th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. if your page menu is done with wp_list_pages() (as most are) it should have this class already:
  2. .current_page_item
  3.  
  4.  
  5. exam:
  6.  .current_page_item  {
  7.    color: #fff;
  8.    background-color: #000000;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement