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

3
  1. Andrew Misplon Staff 11 years, 7 months ago

    Hi Tim

    Try the following under Appearance > Custom CSS:

    /* Focus Single Header H1 */
    #single-header h1 {
    font-size: 42px !important;
    }

    You can change font-size to display: none; if you’d like to remove it.

  2. Tim Trommel 11 years, 7 months ago

    Hi! thanks for the anwser.

    If i do this, theres noting changed. Only if i type 1px;, the font size will be changed to 1pxl
    If i’ll type: None, then the old title bar will come up.
    And i want to remove the complete title bar. the background too.

    Thank you!

  3. Andrew Misplon Staff 11 years, 7 months ago

    Hi Tim

    42px is the current size of the H1, you’ll need to edit that to change the size. If you want to remove it completely you’ll need to swap the font-size property with:

    display: none;

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