Theme colors CSS

Hi,

I would like to dinamicaly design some elements on my website and ideally there would be a class that adds these values using the brand-primary, brand-secondary values.

For example:
.brand-primary-color {
color: whatever_is_selected_in_color_settings;
}
.brand-primary-background {
background: whatever_is_selected_in_color_settings;
}

.brand-primary-border-color {
border-color: whatever_is_selected_in_color_settings;
}

Or at least in Cornerstone, in the header for example:
$el {
color: $primary_color;
}

Is this possible?

Hello Carina,

Unfortunately, this is not possible for now. However, I have added this to our feature request list so that it will be considered in the future development.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.