Skinning navigation menu in Sitefinity v. 5.1x
I found this article on how to style and skin the RadMenu in Sitefinity v. 3.7x, but is there a definitive article on how to apply these styles and also upload them as part of the Themes using Sitefinity Thunder in Sitefinity v. 5.1x?
http://www.sitefinity.com/devnet/kb/sitefinity-3-x/controling-appearance-of-radcontrols-for-asp-net-ajax-in-sitefinity.aspx
If so, where can I find the updated article and documentation?
Thanks.
Hey Samir,
.RadMenu_testskin .rmItem a.rmLink
padding
:
1px
0
1px
12px
;
.RadMenu_testskin .rmHorizontal .rmItem
padding
:
2px
0
;
.RadMenu_testskin_rtl .rmItem a.rmLink
padding
:
1px
12px
1px
0
;
....
When I use the Visual Style Builder, I get a CSS file and a Menu folder. I placed both of these underneath my App_Data/Sitefinity/WebsiteTemplates/App_Themes/<Theme Name>/Global directory, but the Skin is not being rendered.
However, when I type in the Skin name for one of the built in Telerik RadMenu skins (such as Forest), it renders just fine with the defined skin.
Can you tell me what else I might be doing wrong? I am trying to use the RadMenu with Tabs.
Thanks.
Hey Samir,
If you're selecting the 'Radmenu with Tabs' if you inspect your page source-code you'll see something like this:
<
div
id
=
"C001_ctl00_ctl00_siteMapControl_horizontaltabs"
class
=
"RadTabStrip RadTabStrip_Sitefinity RadTabStripTop_Sitefinity"
>
<!-- 2012.2.607.40 -->
<
div
class
=
"rtsLevel rtsLevel1"
>
...