Hi there!
How can I modify the text color in my submenu, for inactive and active menu points, i want to have white text color instead of the black color.
First of all, a link to my website:
http://tinyurl.com/bp5udtn
And the CSS modifications i've already done inside the module parameters:
Code: |
.yuimenubaritemlabel
{
color: #FFFFFF !important;
}
body .yui-skin-sam .bd
{
background: #631717 !important;
}
.yuimenubaritemlabel-selected
{
color: white !important;
}
.yuimenubaritem-selected,
.yuimenuitem-selected
{
background-image: none !important;
background-color: #000 !important;
}
body #ariyui67.yui-skin-sam ul li a.yuimenuitemlabel
{
color: #ffffff;
}
|
Thank you very much for your help, great module for horizontal menu integration in Joomla 1.7!
Kind regards,
peppercorn