Home>Support>Text colour for Vantage Headline & header siteorigin call to action

Text colour for Vantage Headline & header siteorigin call to action

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

I cannot change the colour on my Vantage headline (stays white) and in my header call to action (stays black).

Any advise?

Thanks

Lee

URL: http://www.addlivingspace.co.uk

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Lee

    Please take a look at your Custom CSS. There are characters in there stopping things from rendering properly. Your h1 size will work once you remove them.

    Here is how you can set color in the headline widget:

    /* Vantage Headline Widget */
    
    .widget_headline-widget h1 {
    color: #000000;
    font-size: 50px;
    }
    
    .widget_headline-widget h3 {
    color: #000000;
    font-size: 23px;
    }
    
  2. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Here is how your Custom CSS looks in code view. These characters might not be visible in the Custom CSS pane so you might just need to backspace them away:

    header#masthead .hgroup .support-text {
    color: #4b4b4b;
    font-size: 20px;
    font-style: italic;
    }​
    
    /* Vantage Headline Widget */
    
    .widget_headline-widget h1 {
    font-size: 50px;
    }
    
    .widget_headline-widget h3 {
    font-size: 23px;
    }​ 
    

    You can see them after each closing bracket.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More