Hi guys
I have a menu with 4 parent links that drop down to a submenu, I would like a different colour backgfound for each submenu.
Demo site is http://www.sjidesign.com/lynch/
I would like About us submenu to have a background color of green, Property submenu bg to be red, Business Law submenu bg to be yellow. and Wealth Protectiion submenu bg to be orange.
As you can see I have managed to get the underline olours correct but not the actual submenu dropdown.
many thanks in advance for your help
Dan
Hey sjidesign!
You can use some CSS like so to change the backgrounds for the sub menus.
li#menu-item-3410 .sub-menu * {
background: red !important;
}
The 3410 is the ID of the menu item you wish to target which in this case is “Wealth Protection”.
Regards,
Elliott
Hi Elliott
Thank you so much, works perfectly :-)
Thanks again, really appreciate it
Dan