Hi!
I have set the font for the top level menu button in the horizontal menu
using this css...
This has worked fine.
I now want to set the sub menu item font to verdana, but I can't find the
right css. I tried .rmChildGroup and rmItem, including !important before the semi-colon, but I have not
found the secret yet.
I gues I can add style tag to every sub-menu item, but this doesn't seem very efficient.
Please help!
Thanks
Clive
I have set the font for the top level menu button in the horizontal menu
using this css...
div.RadMenu_Black .rmRootGroup .rmLink { |
color:#A49261; |
font-family: Georgia; |
font-weight:500; |
font-size:11px; |
} |
This has worked fine.
I now want to set the sub menu item font to verdana, but I can't find the
right css. I tried .rmChildGroup and rmItem, including !important before the semi-colon, but I have not
found the secret yet.
I gues I can add style tag to every sub-menu item, but this doesn't seem very efficient.
Please help!
Thanks
Clive