CSS Color Palette
You can use CSS customizations to quickly modify the colors of your portal.
Customization example
You can overwrite the default settings by editing the custom.css file.
h1.ezd-portal_hero_title {
color: #fff;
}
h1.ezd-portal_hero_title {
color: rgb(247, 11, 11);
}