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

Custom Skin and transparent

1 Answer 79 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Andreas Kaech
Top achievements
Rank 1
Andreas Kaech asked on 06 Apr 2008, 08:30 PM
First of all: Hi!
By implementing the RadMenu with my own Skin, I don't find the place in the CSS-File to set the background of the Child Items. They remain transparent (I would prefer white). Any hint to shorten my search?
Thanks,
Andreas

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 07 Apr 2008, 02:26 PM
Hi Andreas Kaech,

I suggest that you add the background of the child items in this CSS class:
.RadMenu_[YOUR_SKIN_NAME_HERE] .rmGroup .rmLink .rmText
{
}

like this:

.RadMenu_Default .rmGroup .rmLink .rmText 
    background-colorred ; 


More information is available in the Online help under Controls > RadMenu > Appearance and Styling >

I hope this helps.

Sincerely yours,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Menu
Asked by
Andreas Kaech
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or