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

[Solved] tweaking existing skins on RadMenu

1 Answer 72 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 29 Jul 2009, 07:24 PM
I'm working with your most recent release and I want to tweak one of the RadMenu skins to remove the left and right borders.  I have the menu at 100% width across my container and the right and left borders look funky.  I have done some searching but found nothing that has given me the answer.  I want to leave everything else the same in the style, just remove the left border and the right border.

Any suggestions?

Thanks,
Dave

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 30 Jul 2009, 08:51 AM
Hi Dave,

Please add the following CSS rule to the <head> section of your page:

<style type="text/css"
div.RadMenu_Vista .rmRootGroup 
    border-left-style : none
    border-right-style : none
</style> 

Just replace Vista with the name of your skin.

You might find this blog post useful:
How to override styles in embedded skins

Sincerely yours,
Veselin Vasilev
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
General Discussions
Asked by
Dave
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or