Apparently when you deleted the one message that I said you could delete, the whole thread got deleted.
Luckily, I do have the email the system sent me.
In it you said:
URL:
www.ari-soft.com/ARI-Ext-Menu/23221-How-to-set-Menu-button-colors-to-transparent.html#23428
Message:
-----
Add the next CSS rule:
Code: |
..mx-menu .ux-menu A.ux-menu-link-level-0
{
background: none transparent !important;
}
|
Regards,
ARI Soft
-----
I did add this, but it's still got it as:
My entire CSS looks like this now:
.ux-menu-container UL.ux-menu LI,
.ux-menu-container UL.ux-menu LI A
{
border-style: none;
}
UL.ux-menu LI A
{
border-style: none !important;
background: none transparent !important;
Code: |
..mx-menu .ux-menu A.ux-menu-link-level-0
{
background: none transparent !important;
}
|
If I remove the UL.ux-menu LI A part, then it looks like normal before any modification except for the border.
Thanks.
Mathis...