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

Forecolor on mouse over

1 Answer 29 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Tia
Top achievements
Rank 1
Tia asked on 08 May 2013, 08:06 AM
Hi,

How to change the Radmenuitem forecolor kn mouse overing?

Thanks for reply,
Tia.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 May 2013, 08:31 AM
Hi Tia,

Try overriding the default CSS as follows:

CSS:
<style type="text/css">    
    .RadMenu .rmText:hover
    {
        color: Green !important;
    }
</style>

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