Hi,
I would like to change a specific background color for a specific menu item (LI) but i'm not able to find how I can do that on ARI Ext Menu. I used ARI YUI Menu before and it was preaty easy to change directly by CSS.
First of all, I just tried to manually change the background color of all LI of the Menu like this :
Code: |
.ux-menu li {
background-color: #0099FF !important;
float: left;
padding-left: 0 !important;
position: relative;
width: 20%;
|
The background-color doesn't work at all. I pushed the Clear button on the side of Background color inside the ARI Ext Menu module administration but doesn't change anything.
How can I manually change the background color of any menu item (LI) without using the module adminstrator in backend ?
Thank you