This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Headline Color ( I want the text sentence to use multiple color

7 years ago · Last reply by Alex S 7 years ago

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

1
  1. Alex S Staff 7 years, 7 months ago

    Hi 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:

    Normal Color <span>different color</span>

    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.

Have a different question or issue?

Start New Thread