You need to sign in to do that
Don't have an account?

Changing standard salesforce pages when we need
Is there any way to change the total salesforce standard pages using any css / home page components / any other way?
What we can see once you login into salesforce, i want to change the total pages that i want ?
Is this allow by salesforce ?
Hi,
I think you want to know if you can change the tabs that u see when you log in to salesforce.
You can change all the tabs you see...or the default application that you see...
You can create visual force tabs for objects ( with the css and styles and layout that you want) and have those tabs in your default application...You can also customize home page components up to an extent to add custom visualforce to defined areas..
You can chnage the salesforce logo to a custom logo for your application.
But I think you cannot change the entire theme of the salesforce...
Any one else...comments?
Thanks
Yes i think so..
Well, you can place some CSS inside of a component and place that in the sidebar I believe. Any page that has the sidebar should give this new styling if you override the Salesforce one. (If you don't like the sidebar, you can always add styling to keep it invisible from the page)