Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Event Tags can be utilized to identify Event Locations or Event Categories on an Events page. Here’s how to customize your Event Tags. For more details on creating an event, refer to the Events article.


Customizing an Event Tag

Events Tags are set in a template file in each College’s theme. For support in updating this file, contact the District Web Team via Slack or ITS.Drupal.Team@domail.maricopa.edu.

To update this file yourself, use the local development set-up included in the Bitbucket repo to pull and update the following template file: templates/content/node--event.html.twig.

Once inside the twig file, you can now do either of the following:

  • To display a tag icon, add the css classname .events-tag. To hide the tag icon, delete the .events-tag.

  • To display the light button styled design, ensure that .events-btn-light is in replacement of .events-btn-dark

  • No labels