How do i change the RadNavigation css style like the attached image?
I have set EnableEmbeddedSkins="false".
And use this css now:
html .RadNavigation .rnvMore,
html .RadNavigation .rnvRootLink {
padding-top
:
0px
;
padding-left
:
14px
;
padding-bottom
:
0px
;
border
:
none
;
margin
:
0px
;
}
html .RadNavigation {
font-size
:
1.5em
;
font-family
:
'Alegreya Sans'
,
sans-serif
;
color
:
white
;
border
:
none
;
}
html .RadNavigation .rnvHovered .rnvRootLink {
background-color
: lightblue;
border
:
none
;
}