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
SirTravSirTrav 

Communities Header Help

I want to remove the Global Search box from the communities header.  I know how to over ride the default header with an html code, but what I don't know if how on that html code to have the Logout button that is usually there.  So the standard community header has the logo then the global search and then the logout button.  I just want to remove the global search.  Is there a way to do this? 
Ashish_SFDCAshish_SFDC
Hi , 


See the links below, 

<a href="/secur/logout.jsp" class="logout">Logout</a>

https://developer.salesforce.com/forums?id=906F000000094YvIAI

Or,

"{!$Site.Prefix}/secur/logout.jsp"

http://salesforce.stackexchange.com/questions/8460/logout-link-on-vf-page-in-customer-portal


Regards,
Ashish