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

Remove salesforce.com logo from SSP
Does someone have some way (code) to remove the "Powered by salesforce.com" logo from the self-service portal page? We desperatly need to get rid of that logo on our customer facing web portal.
Thanks
Thanks
BORDER-COLOR: #DDDDDD;
BORDER-STYLE: solid;
BORDER-WIDTH: 1px;
display: none;
Awesome, Warren. And it works. Just took me a while to find it. For others not wanting to spend more than 15 mins looking for it:
BORDER-COLOR: #CC9999;
BORDER-STYLE: solid;
BORDER-WIDTH: 1px;
display: none;
Message Edited by Jason Johansen on 08-08-2008 03:33 PM