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

MetroTouch Menu Separator Bar CSS?

2 Answers 68 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Adrian Barnes
Top achievements
Rank 1
Adrian Barnes asked on 20 May 2015, 06:55 PM

I'm trying to modify the CSS for the MetroTouch menu and can't figure out where that vertical/separator bar is set, seen in light blue in my attached screenshot.  I want to set it to the same color as the rest of the menu.  Any ideas?  Thanks!

I've tried setting values for rmSeparator and that doesn't work.

Below are my test CSS changes so far to do what I need:

<style type="text/css">
    .RadMenu_MetroTouch .rmRootGroup {
        padding: 1px !important;
        background: #18323f;
    }
 
    .RadMenu_MetroTouch .rmRootLink {
        padding: 0 15px;
        border: 1px solid #18323f;
        color: #ffffff;
        text-decoration: none;
    }
 
</style>

2 Answers, 1 is accepted

Sort by
0
Accepted
Magdalena
Telerik team
answered on 21 May 2015, 09:45 AM
Hi Adrian,

Thank you for contacting Telerik support.

Apply the following CSS to remove the vertical border
html .RadMenu_MetroTouch .rmRootGroup .rmItem {
    border-color: transparent;
}

Do not hesitate to contact us if you have other questions.


Regards,
Magdalena
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Adrian Barnes
Top achievements
Rank 1
answered on 21 May 2015, 10:35 AM
Pefect!  Thanks!
Tags
Menu
Asked by
Adrian Barnes
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Adrian Barnes
Top achievements
Rank 1
Share this question
or