I would like to change the color of some text but the text is in the CSS property 'content'. Is there a way to select specific words and colorize them?
For example here is the code I have .info:before { content: "PLEASE NOTE: this would be something that the user has to note... "; }
I would like to color the 'PLEASE NOTE' in red but keep the other text the same as the default color. Is this possible?