Skip to main content

Return to TX Community

Liaison

Hiding the 'View Decision Letter' option in the application

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 the CSS impedes expected functionality in the TargetX product at any time, our recommendation is for you to remove the CSS to regain functionality.  

In Applicant Dashboard...

  1. ​Navigate to the Community Theme tab.

In the Custom CSS field, enter the following:

.view-decision{display:none;}

Applies to:

View Decision Letter link

In Portal...

  1. Navigate to the TargetX Builder tab.
  2. Select the Portal Builder option.
  3. Locate and select to Edit the Portal where you wish to include CSS overrides.
  4. Select the Layout tab and insert a new Section.
  5. Click on the new Section and click on Video under the Add Widget heading.
  6. Click into the Embed Code field and enter your CSS override code, beginning and ending with <style>.
<style>
.view-decision

{display:none;}


</style>
  1. Save and Publish your changes.

  • Was this article helpful?