Home>Support>Text colour for Vantage Headline & header siteorigin call to action
  1. 9 years, 8 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. 9 years, 8 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