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

    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

    #536764

    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

    #536774

    Hi Elliott

    Thank you so much, works perfectly :-)

    Thanks again, really appreciate it

    Dan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sub Menu Background Colour’ is closed to new replies.