Skip to main content

Return to TX Community

Liaison

Hiding Appointments and Interviews in Portal

DISCLAIMER: This CSS tag is not supported or maintained by TargetX, and is 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, we recommend removing the CSS to regain functionality.

Applies to:

Appointment and Interviews link

In Portal...

  1. Navigate to the TargetX Builder tab.
  2. Select the Portal Builder option.
  3. Locate and select Edit the Portal where you wish to include CSS overrides.
  4. Select the Layout tab and insert a new Section.
  5. Click 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> .portal-block__button.go-to-appointments { display: none;} </style> 
  1. Save your changes.
  2. Publish the Portal.
  • Was this article helpful?