Hello
still looking to my menu, I would keep the following options: one color (orange in my case) for all menus except the ones that need to be logged in (as it is shown in the provided SW, in fact).
But, if I change the color in the CSS style, it changes everything, even the "must-be-logged-in" menu. (cf 2 images in included file)
I try this code, that is a mix of what I found in the forum and the CSS file:
Code: |
.yui-skin-sam .yuimenuitemlabel-disabled
{
cursor:default;color:#A6A6A6;
}
BODY #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel,
BODY #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:link,
BODY #{$id}.yui-skin-sam ul li a.yuimenubaritemlabel:visited,
BODY #{$id}.yui-skin-sam ul li a.yuimenuitemlabel,
BODY #{$id}.yui-skin-sam ul li a.yuimenuitemlabel:link,
BODY #{$id}.yui-skin-sam ul li a.yuimenuitemlabel:visited
{
color: #FF5900;
}
|
Do you see my error ?
Another question related to the border: is it possible to delete all external border and just keep the vertical ones ?
PS: still not possible to show you live site as working locally. I could eventually send you the code by MP if required.
Thanks in advance