This is a migrated thread and some comments may be shown as answers.

setting sub menu item font

1 Answer 70 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Clive Hoggar
Top achievements
Rank 1
Clive Hoggar asked on 23 Feb 2009, 04:06 PM
Hi!

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

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 25 Feb 2009, 05:53 PM
Hello Clive,

The selector which targets the child items is:

div.RadMenu_Black .rmGroup .rmLink
 {
    font-family: Verdana;
}

All the best,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Menu
Asked by
Clive Hoggar
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or