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

Removing Border from MetroTouch

1 Answer 51 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Benjamin
Top achievements
Rank 1
Benjamin asked on 04 Feb 2013, 08:16 AM
Hi, how do I remove the border around the root items on the MetroTouch skin? Also, I can't seem to change the forecolor of the menu. The white font is not visible on my custom gradient background.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Feb 2013, 09:23 AM
Hi,

Try overriding the default CSS as shown below.
CSS:
:root .RadMenu_MetroTouch .rmRootLink:hover
{
    border: none !important;
}
 .RadMenu .rmText
{
      color: Red !important;
}

Thanks,
Shinu
Tags
Menu
Asked by
Benjamin
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or