Answered by:
Changing the Form Header and Footer Colors - CRM 2011?

Question
-
Hi All,
I want to change header and footer color and i found below mentioned blog for header color set but code is not working .....
Can anyone help me on this.
Thanks!
Thursday, March 22, 2012 8:29 AM
Answers
-
Nevermind, I found out that I needed to insert to full url to the css files in the js.
- Proposed as answer by Casper Schau Friday, January 4, 2013 2:27 PM
- Marked as answer by DavidJennawayMVP, Moderator Tuesday, January 29, 2013 11:01 AM
Friday, January 4, 2013 2:27 PM
All replies
-
Hi
Can you provide some details:
On adding the code, does it gives you some error or it does not work at all.
Thursday, March 22, 2012 1:39 PM -
First make sure your .css file is available in the proper place. Open a browser to:
<<myrooturl>>/WebResources/new_header.css (or whatever you called the css file).
If it is there as expected, then hit F12, go to the javascript you added to the form, place a breakpoint there, and make sure it is running without error when you refresh the page.
-JayB
Thursday, March 22, 2012 7:06 PM -
I have the exact same issue. I tried to change the color on the header but without success. No errors and the css files are at there places. (<<myrooturl>>/WebResources/log_ColoredHeaderRed.css and log_ColoredHeaderGreen.css )
I also tried to debug the js on runtime and there is no errors, the formheader is just not changing color.
Friday, January 4, 2013 2:15 PM -
Nevermind, I found out that I needed to insert to full url to the css files in the js.
- Proposed as answer by Casper Schau Friday, January 4, 2013 2:27 PM
- Marked as answer by DavidJennawayMVP, Moderator Tuesday, January 29, 2013 11:01 AM
Friday, January 4, 2013 2:27 PM