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

Unable to modify skin CSS

1 Answer 74 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 08 May 2008, 10:35 PM
I have a simple menu using the Default2006 skin, like this:

<

telerik:RadMenu ID="RadMenu1" runat="server" Skin="Default2006">

I want to remove the background image (so that it's just a solid color), but nothing I do to the CSS file (...) has any effect. I've tried changing:

.RadMenu_Default2006


{
background: #ececec url(Menu/MenuItemBackground.gif) repeat-x;

to

.RadMenu_Default2006 
{
background: #bbbbbb ;

But I still see the same background image.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 09 May 2008, 09:46 AM
Hello Bill,

The menu items also use a backround image. Please, edit the following sector in the skin:
.RadMenu_Default2006 .rmLink


Peter
the Telerik team

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