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
prakash_sfdcprakash_sfdc 

How to change look and feel of chatter page ?

Hi everyone,

 

I want to change the look-and-feel of the default Chatter page.  Basically, I want to apply my own CSS, make minor layout adjustments, and hide the default salesforce menu at the top.  Does anyone know how I can do this?  Is it possible to get the VisualForce code for that page somehow to allow me to make the modifications?  I don't want to rewrite a custom Chatter page from scratch, since I'd be reusing the existing functionality and page layout as is.

 

Any help is appreciated!  Many thanks!

Sonam_SFDCSonam_SFDC

Hi TechAddict,

 

The following videos and posts might be helpful to figure out how to customize the Chatter UI:

http://www.youtube.com/watch?v=03FGYPYtpW4

The following blog gives sample code to replicate the chatter UI:

http://salesforcedeveloperblog.blogspot.sg/2012/03/custom-chatter.html

 

Hope this helps!

 

Community User2Community User2
Hi Sonam,

  I have a similar requirement to customize the chatter page.I am getting many errors when I used the code from the blog.Please post some sample code