Hello Christian,
There is an API call to edit the tabular categories:
You can also change the color of tags through CSS styling, but I think the color change will go on all the file tags or all the tabular tags, I don't think you can change just one filetag category color.
Here's the default styling:
https://guides.dataverse.org/en/latest/style/index.htmlCreate a file custom-stylesheet.css file here: /var/www/dataverse/branding
and add these lines to change the color of the file tags:
.file-tags-block .label-default {
background-color: #5bc0de;
}
More about custom stylesheet:
Even though the stylesheet file is described in relation to a custom home page, you can use that stylesheet to customize other parts of your dataverse repo site.
--
Sherry Lake
UVA Dataverse