function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
neeraj87neeraj87 

Customizing CSS for Chatter and Reports & Dashboards

I need to override the css styling of the user profile page. The overriding of css is mostly stuff like changing page background color from blue to red, changing page font to Verdana 9pt etc. I have already done sfdc css overriding using custom component with custom css attached to the left sidebar. See following image for example.

 

However few of the sfdc pages in the org do not have left sidebar or right side bar div's, like chatter, user profile etc. I want to know if anyone has ever tried customizing css for these pages.

 

Another solution that I can think of is creating vf pages for showing user profile and redirecting the user to that vf page instead of the standard user profile page, but I dont know how this can be achieved or is it even possible.

Help is much appreciated.

dsingh16dsingh16

Well, there is not a standard way with which you can override CSS for chatter pages.

You can use VF page to show user profile, but that will take lots of development effort as you will have to replicate standard user profile features.