Skip to main content

Return to TX Community

Liaison

Adding the Ability for a Community User to Logout

DISCLAIMER: This CSS tag is not supported or maintained by TargetX, and is simply meant as an example of how you may choose to use CSS within our products. Some or all of the customizations these tags provide may change or no longer apply to your instance at any time. If at any time the CSS impedes expected functionality in the TargetX product, our recommendation will be for you to remove the CSS to regain functionality.  

  1. Navigate to the Community Themes tab.
  2. Select the Theme you are using for your Community.
  3. Select Edit.
  4. In the Custom CSS section, paste the following:
.navbar-right
{ 
    display:block;
}

.navbar-right > li:first-child
{
    display:none;
}
  1. Save your changes. A ‘Sign Out’ button will now appear in the top-right of your Community.
  • Was this article helpful?