Headline Color ( I want the text sentence to use multiple color
I am using Headlines alot and I see I can modify the color. Can I have a headline that is all black except the last word? I don’t see a way to have 2 colors or the html to code it?
For example
This is a test
“”This is a”” all in black and
“test” is all red.
Thanks
Todd
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Tyoungbauer
You can do this with some custom CSS. Please open your SiteOrigin Headline widget and wrap the text you want to be a different color in a span. For example:
Head over to the widget styles sidebar and open the Attributes settings group. Set the Widget Class to headline-span_color and save.
If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add (and adjust) the following CSS as desired:
.headline-span_color span { color: #0f0; }How does that look? Adjust the color as desired.
You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.