Tagged: navigation
Hey,
i like your theme so much im thinking of buying it again for a new project. One question i have before i buy it (again): Is it possible to make the buttons of the navigation bar (and the sub-navigation) in different colors? See picture in link for example.
thanks,
matthias
Hi dwg2014!
Using menu item ID’s it is possible with custom CSS. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Example would be
li#menu-item-755 {
background-color: red;
}
Regards,
Yigit