Skip to main content

Return to TX Community

Liaison

Adding branding to your Community

  1. Navigate to Setup and search for Visualforce Pages.
  2. Find the TX_CommunitiesTemplate .
  3. Select Edit.
  4. Edit the following lines to reflect your institution name:
    1. "header_school" value
    2. "header_school_line_1" value
    3. "header_school_line_2" value
    4. "header_program" value
  5. Save your changes.
  6. Locate the following line: 
<apex:outputLink rendered="{!ISPICKVAL($User.UserType,'Guest')}" value="{!$Page.TX_CommunitiesHome}" styleClass="targetx-header-user">
  1. Replace !$Page.TX_CommunitiesHome with the following:
{!$Site.Prefix}/TX_SiteLogin?startURL=%2FTargetX_Portal__PB
  1. The updated line should look like this:

branding1.png

Note: Source Code Management principles should be followed, as future updates of unmanaged packages could result in overwritten customizations.

  1. Save your changes.

 

  • Was this article helpful?