Tagged: css snippet, enfold, menu styling, navigation
Here’s a code template for styling a single menu item:
li#menu-item-1537 span {color: #339dda!important;
border: 1px solid #339dda!important;
height: 50px!important;
top: 37px;
padding: 10px 15px;
}
li#menu-item-1537 span:hover {background-color: #339dda!important;
color: #fff!important;
}
#menu-item-1537.current-menu-item span {background: #339dda!important;
color: #fff!important;
}
Hi David!
Thank you for sharing :)
Side note: It is possible to right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
Cheers!
Yigit