Selected menu highlight
Hi I am unable to highlight selected menu which are custom pages 1.Apply to project and 2.Find Freelancer
Added following code to style.css to highlight selected menu but above two menus are not highlighted.
#topNav li a, .primario li.current_page_item a{
color:#254a0a !important;
background-color:#47cccc;
text-decoration:none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding:10px 10px;
}