6.7.0 Beta 2 - Gradients not showing from custom parameters in Custom CSS

I just tried to add a gradient to text inside one of my Components.

My Setup is this:

<div>
Raw Content with Dynamic content reading a parameter  {{dc:p:Setup.content}}  
</div>

The Div element has Parameters and custom CSS, among which is this line:

color: {{dc:p:Setup.styling.color}};

So the text gets styled by custom CSS, reading the color value from the parameter. It passes the color, but not the gradient.

I can see the "type": "linear-gradient" mention in the Docs, but what does that mean for Color parameters? Users will want to be able to switch between colors and gradients in text rendered from Dynamic content, and it wouldn’t be a good thing to have the option in the UI that does nothing.

Thank you!

1 Like