Hi All,
I am trying to edit the new 1700 template to fit with a website I am building. Most of the conversion is going well and I have to say that the new 1700 template is a lot cleaner and easier to understand than the previous templates. However, I am running into a lot of problems around the RadMenu component for the navigation.
RadMenu is inserting it's own styles and I can't find any way to override certain things like the background images.
Here is the problem:

The gray background image to that menu item should not be there, I've tried adding "background-image: none;" to practically every stylesheet item combination I can think of and it just won't disappear.
.RadMenu_Default .rmRootGroup, .RadMenu_Default a.rmLink, .RadMenu_Default .rmGroup .rmText, .RadMenu_Default .rmLeftArrow, .RadMenu_Default .rmRightArrow, .RadMenu_Default .rmTopArrow, .RadMenu_Default .rmBottomArrow {
background-color: transparent;
background-image: url("WebResource.axd?d=vb8hCLoctoCFN1q4G54v9WCyrF9e2wA8FbqKjylDqRFckkkuGAuZDarS1HyHuLpBIETStla8-zlSzGk_mpyHkg2&t=634163770200000000");
}That entry is being generated by the WebResource.axd page, as is the image that it's inserting and I can't see any way of stopping that happening or changing the items it inserts.
On the 1600 template, the NavMenu.skin file contained the classes that made up the RadMenu items and you could override them quite easily to style the menu how you liked, that functionality appears to have been lost in the new template and it looks like I am stuck with the standard RadMenu style.... unless someone can help me?
Regards,
Kieren Zealand
Something to try...
Hmm...maybe you could try adding those styles to one of your 1700 stylesheets and then apply the !important attribute to the background-image property, so that it beats out the auto-generated stuff. For example:
Give it a try and see if that works.