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.

Replies

2
  1. Andrew Misplon Staff 11 years, 1 month ago

    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. Andrew Misplon Staff 11 years, 1 month ago

    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.

Have a different question or issue?

Start New Thread