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

Changing all instances of Green to another color...

1 Answer 36 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Barry
Top achievements
Rank 1
Barry asked on 11 Aug 2011, 12:28 PM
I edited the .CSS file directly (/Skins/Black) replacing all instances of #9eda29 with the color I want, and also placed this onto the top of the page I'm using the control in:

<style type="text/css">

.RadMenu_Black a.rmLink:hover {

color:#F0CD5B!important;

}


</style type="text/css">

and the font colors have chaged - so good there !

------------------------------------------------------------------

I opened the Sprites graphic files in PhotoShop (changed them to RGB), penciled over the left and right arrows with the color I want, switched back to Indexed color, and saved - however, the green arrows are still there when I run the control onscreen...

------------------------------------------------------------------


I'm 1/2 way to where I need to be, but any additional info you may have on editing the existing Black skin graphic set (/Skins/Black/Menu) would be appreciated...

Thanx,

Bazz

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 15 Aug 2011, 09:18 AM
Hello Bazz,

Have you set the EnableEmbeddedSkins property to false? This is needed to prevent the embedded resources from registering the built-in skin file. Here is a help topic for reference - http://www.telerik.com/help/aspnet-ajax/introduction-skin-registration.html

Also, you can refer to this topic -
http://www.telerik.com/help/aspnet-ajax/introduction-modifying-built-in-skins.html



Kind regards, Peter
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Menu
Asked by
Barry
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or