Home Forums Free Themes Education Hub different colours for navigation bar buttons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51154
    depgirl
    Participant

    How can I make each button a different colour in the navigation bar menu?

    #51300
    wensolutions
    Keymaster

    Hello @depgirl ,

    To change the color of each menu item paste below given CSS in Admin Panel > Appearance > Customize > Additional CSS .

    li#menu-item-26 {
        background-color: #ff0000;
    }

    Each menu item will have its own specific ID . Above given CSS will work for that particular menu whose ID is 26.

    Similarly you can change the menu id and color code for each button in above CSS and paste them in Additional CSS .

    Hope this works .

    Best Regards!!

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