Skip to main content
Participant
October 4, 2007
Question

Spry menubar widget, submenu background different color

  • October 4, 2007
  • 2 replies
  • 730 views
Hello,

Who knows if it is possible to assign different background-colors to main- and submenulevels?

Regards, Dik
This topic has been closed for replies.

2 replies

Participant
October 9, 2007
In the css file, find the following tags :

ul.MenuBarHorizontal ul li
- > {in these brackets you can add the submenu color}
ul.MenuBarHorizontal ul
- > {in these brackets you can add the submenu color}
Participant
October 8, 2007
Go to the related css page for your meny bar. In my case it's named SpryMenuBarHorizontal.css. You can change the colors of the menus and sub menus there.
dikAuthor
Participant
October 8, 2007
I want to give menu and submenu each a different color...