How do I hide in Identity Portal User Console of CA Identity Suite for example the Bulk Upload inside of Access menu using CCS rules in Branding Configuration of Adminsitration Branding config. It's accomplished editing the html's from Sigma folder?
1. In CA Identity Portal 1.6.2 CR-1 Management Console, go to Administration / Branding / Desktop,
2. under the session "Desktop Custom CSS" add the following ccs rule:
[ng-click="bulkUpload()"] {
display: none !important; }
3. Save the configuration
4. Back to CA Identity Portal User Console and refresh (F5)