Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #432106

    Hi, I need to select different color for each menu item. Can i use the “Button Style (Colored)” and custom class? Any suggestion?

    many thx!
    nico.

    #432574

    Hi housedada!

    I think you have to inspect each element to find it’s menu item id, like menu-item-755, and then target them one by one with CSS. If you provide us with a link to the site in question we could help you out with that.

    Cheers!
    Rikard

    #504916

    Hi ,

    my site is http://www.blogperformance.com/mda91
    i would like to have the colored buttons of the nav with each one a different color.
    thanks

    #504937

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li#menu-item-57 > a > .avia-menu-text {
        color: orange!important;
        background-color: red!important;
        border-color: white!important;
    }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

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