Viewing 2 replies - 1 through 2 (of 2 total)
  • Thisnamedoesnotexistattempt31

    (@thisnamedoesnotexistattempt31)

    Hi, it’s in the css file I think.

    Chapter 06, under this heading

    /* =Intro Options —————————- */

    #intro.option1 .page-title {
    font-size: 24px;
    margin: 0px;
    display: table-cell;
    }

    change the display element to read:

    display:none;

    Hope this works for you.

    Thisnamedoesnotexistattempt31

    (@thisnamedoesnotexistattempt31)

    And to remove the complete title bar place display:none; in the following;

    #intro.option1 {
    display: none;
    padding: 15px 10px;
    border: 1px solid #DDD;
    background: F6F6F6;
    -webkit-box-shadow: inset 0 0 0 1px #FFF;
    -moz-box-shadow: inset 0 0 0 1px white;
    -ms-box-shadow: inset 0 0 0 1px white;
    -o-box-shadow: inset 0 0 0 1px white;
    box-shadow: inset 0 0 0 1px #FFF;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Which tempalte do I edit to remove the H1 header from every page?’ is closed to new replies.