Thanks for providing that link. I managed to remove borders, background images and make the background transparent, and also add a hover colour on the parent item links by pasting the following into the module parameters CSS:-
Code: |
#ariyui98.yui-skin-sam .yuimenubar {
font-size: 93%;
line-height: 2;
*line-height: 1.9;
border: none;
background: none transparent;
}
#ariyui98.yui-skin-sam .yuimenubarnav .yuimenubaritem {
border-right: none;
}
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel,
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel:link,
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel:visited,
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel:hover {
border:none;
}
#ariyui98.yui-skin-sam .yuimenubaritem-selected {
background: none transparent;
}
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel,
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel:link,
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel:visited,
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel:hover {
color:#cc0000;
}
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel,
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel:link {
color:#000;
}
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel,
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel:visited {
color:#000;
}
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel,
#ariyui98.yui-skin-sam UL LI A.yuimenubaritemlabel:hover {
color:#cc0000;
}
|
However I can't seem to alter the font-size. I use the web developer firefox extension and have tried altering all references to font-size but without any success. Can you please advise how to amend ?
Many thanks