Text Colour

Hi guys.

Is it possible to use custom colours inside a text block for specific wording? The drop down only allows a specific set.

Hi Hayden,

Thank you for writing in, yes that is possible by wrapping the specific word into a <span> tag. Then inside the ELEMENT CSS of that text, you can do a custom CSS like:

$el span {
color: red;
}

Hope it helps,
Cheers!

1 Like

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