Skip to Content
0
Former Member
Jul 18, 2016 at 05:43 PM

How to apply different colors to all texts in a text box in design studio

1058 Views

I am using the following CSS to apply the color to the Text in a Text box

TEXT_2_tf1{

color : green;

}

with the help of this all the texts in the text box gets green color instead of only 1 text

for example I have "sample text" in a text box I want "sample" in green color & "text" in blue color

Is there any way to achieve this