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
S PawarS Pawar 

How to disable sidebar in a standard salesforce page

Hi,

 

 

I want to disable sidebar from Home page of customer portal.

 

 

 

Thanks,

Sagar

gautam_singhgautam_singh

Hi ,

 

Go To Setup > Administration Setup > Manage User > Profiles > "Customer Portal Profile" > Uncheck "Show Custom Sidebar On All Pages" under "General User Permissions" section > Save

After this what you can do is create a home page component which will not have any component like search, recent items etc and assign it to Customer portal Profile.

 

Setup > App Setup > Home > Home Page Layout



Also ,


Setup --> Customize --> User Interface. and then you get the screen in which you can uncheck the option "Show Custom Sidebar Components on All Pages" in the Side Bar section and then check that its working in the customer portal or not.




Refer Here if the above seems not good for you https://gist.github.com/joshbirk/1278652



Important :

Hit Kudos{Stars Aside my Pic} if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.

Thank You