You need to sign in to do that
Don't have an account?
How to change background color or add a theme?
Hi All,
Is it possible to change the background of the header (the area above all Tabs) on all pages like? Right now it's blue, we want some other color. Please advise.
Is it possible to change the background of the header (the area above all Tabs) on all pages like? Right now it's blue, we want some other color. Please advise.
Please mark it as best solution to your problem if it does solve your problem.
Could you tell me how to modify the css? Any steps I can follow?
Thanks in advance.
Katherine
Here is a link for the same type of problem.
https://developer.salesforce.com/forums?id=906F00000008zbmIAA
Please mark this post as best solution to your problem if it does solve your problem.
One key point that Deepak hasn't mentioned is that what he is advising you to do is completely unsupported. Salesforce have said many times that you should not override their CSS as they may change it without notice, which will cause any overrides to suddenly stop working and the original Salesforce colour themese to reappear.
The only supported way to override the standard Salesforce look and feel is via Visualforce page overrides - unfortunately you can't override absolutely everything (the home page, for example), but you can set up Visualforce pages as the default page for applications, which amounts to the same thing. Its a lot of work though, as you'd have to rebuild the tabs, global search etc yourself, and I really wouldn't advise doing it unless there is no alternative.
Appreciate your information. Have a nice day.
Katherine
.This{
background-color = white;
height = 1000px;
}
works for me