Below is sample CSS code that hides the "Language" tag group in the Smart Mobility Academy space. This hides the label and input box for the Language tag group.
/*Hide Language tag group in Smart Mobility Academy space */.x-custom-space-smart-mobility-academy.et-space-search .toggle-tag-group-options-30,.x-custom-space-smart-mobility-academy.et-space-search .toggle-tag-group-30 { display: none !important; }
To use this code for other groups, copy and paste the code then change the "30" to the tag group ID. You can use REST API: Get Tag Groups to get a list of tag groups and IDs. Here is a link to that call for your site.
For example, to hide the "Transport en logistiek" group, this is the code:
/*Hide "Transport en logistiek" tag group in Smart Mobility Academy space */.x-custom-space-smart-mobility-academy.et-space-search .toggle-tag-group-options-27,.x-custom-space-smart-mobility-academy.et-space-search .toggle-tag-group-27 {display:none!important;}
To use this code for other spaces, change x-custom-space-smart-mobility-academy to that space's body class tag. Let us know if you need help doing this.
1. This won't hide the tag groups on the create content pages. It isn't possible to hide tag groups on the create content pages for specific spaces only.
2. Below is code to hide those filters on the calendar page. This will hide it in all spaces.
/*Hide filters on calendar page*/ .axero-calendar .events-venue-filter, .axero-calendar .events-country-filter, .axero-calendar label[for='CityFilterTextBox'], .axero-calendar #CityFilterTextBox {display:none!important;}
Grace
Schakel JavaScript in om de bestand uploader te gebruiken.
vraagt om toegang tot een Wiki die Je hebt vergrendeld: https://connact.space/spaces/1/community-development/wiki/view/7075/hiding-taggroups