HI
I have a text menu and now I am adding some joomla submenus under the main menu item.
The main menu (top level) menu color's text is white. I want the sub-menu's text color to be black.
Here's the current CSS that is entered in the css styles box in the ARI YUI Menu's module's CSS Styles field:
What do I need to add (or modify to get the sub menu's text to be colored black. Thanks!
Code: |
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar
{
background: transparent none !important;
}
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar,
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar A
{
border-style: none !important
}
body .rowby2columnfooter-text .yui-skin-sam UL LI
{
border-style: none !important;
}
|