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

change font colour for root items only

2 Answers 58 Views
Menu
This is a migrated thread and some comments may be shown as answers.
martin
Top achievements
Rank 2
martin asked on 26 Jan 2012, 03:14 PM
hi

This is probably really simple but I can't work it out, how do you set a different colour for the root items and the child items? I basically want white text for the root and black text in the child items.

Thanks
Martin.

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 27 Jan 2012, 06:21 AM
Hello,

Try the following CSS.
CSS:
.RadMenu .rmVertical .rmText, .RadMenu .rmHorizontal .rmVertical .rmText
     {
         color:Black !important;
     }
.RadMenu_Default .rmHorizontal .rmRootLink span.rmText
     {
         background:Black !important;
         color:White !important;
     }

Thanks,
Princy.
0
martin
Top achievements
Rank 2
answered on 27 Jan 2012, 10:53 AM
thanks, that worked.

just what I needed.
Tags
Menu
Asked by
martin
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
martin
Top achievements
Rank 2
Share this question
or