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
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
Hi Elliot
That does it, perfect.
many thanks
Peter