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

Glow CSS Question

1 Answer 48 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 1
Justin asked on 01 Jul 2013, 11:40 PM
With the Glow Skin there is a default yellow bar at the top, is there any way of changing the color of that yellow bar? 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Jul 2013, 05:59 AM
Hi Justin,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    html .RadMenu_Glow .rmHorizontal .rmRootLink.rmFocused
    {
        border-top: 4px solid Red !important;
    }
    html .RadMenu_Glow .rmHorizontal .rmRootLink:hover
    {
        border-top: 4px solid Green !important;
    }
</style>

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