Color for select words?

Hello,

I have been trying to play around with the code to style just one (or a couple) words rather than the whole sentence but I’m having a hard time working through it. Appreciate any feedback!

Hey,

You should use span like so:

<p> This is going to be a long conversation and I might
 need to add some colour/color to certain words can you 
help me! <span style="color: blue;">tada </span> done! </p>

1 Like

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