Hiding the Drop Down Which Navigates to Events/Appointments
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 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.
Note: This step is ONLY needed if you are not using Events or an Events version lower than Events v5.
If you choose NOT to install or upgrade Events, follow these steps to hide the drop-down which navigates users to Events or Appointments:
- Make sure you have Communities 1.9 or higher installed.
- Navigate to the Community Theme tab.
- In the Custom CSS field, enter the following:
.events-nav{display:none;}
-
Save your changes.