Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #386112

    Hi
    Im trying to customise the menu and i have a couple of my menu links that look like buttons, so they are the colour specified in the theme.
    This is great but i would like One of the button menu colours to be a different colour than the rest, or even different colours for different menu items
    Is there a way to do this?

    Thanks

    #386267

    Hey daveralph!

    You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg and then add following code to Quick CSS in Enfold theme options under General Styling tab

    li#menu-item-3194 a {
    background: red;
    color: orange;
    }

    Regards,
    Yigit

    #386285
    This reply has been marked as private.
    #386815

    Hi!

    You need to change the menu item id. Use this:

    li#menu-item-433 span.avia-menu-text {
    color: orange !important;
    }

    Best regards,
    Ismael

    #386896
    This reply has been marked as private.
    #387753

    Hey!

    Thank you for coming back.

    Add the following and adjust the value for the color:

    
    #menu-item-433 span {
        background-color: green !important;
    }
    

    Best regards,
    Günter

    #388077

    Brilliant
    Thanks so much

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘SIngle item in top menu alternative colour’ is closed to new replies.