Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #344610

    Hi
    Is it possible to have different button colours for each menu item? I know how to target individual menu items with, e.g., li#menu-item-624,and how to to change all button colours with

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background: red;
    }
    but I can’t work out how to combine to create different colours for each item.

    many thanks

    Peter

    #344690

    Hi envapk2!

    Try this CSS out,

    #menu-item-1234 .avia-menu-text { background-color: red !important; }

    If that is not working then send us a link and we’ll take a closer look.

    Best regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    #344710

    Hi Elliot

    That does it, perfect.

    many thanks

    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Different color menu buttons’ is closed to new replies.