Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #328855

    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

    #328862

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.