Hi, I need to change the color of a specific word in each blog post. Is it possible to do that?
This word is inside different paragraphs and headings. I couldn’t find a way to use the text span tool in CMS rich text. Help please
A few options;
-
Custom code to find and style those words.
-
Repurpose another style, like superscript, that you’re not using.
-
Use a third party library that support manual html markup or classes in rich text. They support markup like
[.red]my word[.red]
and then apply CSS and classes on page load.