• I’m creating a custom theme where posts are pulled into a list to show on the right side bar navigation. I would like to be able to highlight the post that the user is on, but not able to target the menu items correctly. I’ve tried using:

    .col4 .current_menu_item a {
    	color:#06C;
    	font-style:italic;
    	font-weight:600;
    }

    Any tips on how I’m targeting this wrong would be greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Creating custom menu item highlighting’ is closed to new replies.