Viewing 2 replies - 1 through 2 (of 2 total)
  • Link?

    In your style.css file ~ line 968

    .section-banner h1 {
        font-family: "Lustria",serif;
        color: #FFF;
        font-weight: 400;
        font-size: 64px;
        line-height: 82px;
        display: inline;
        text-align: center;
        text-transform: uppercase;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        margin-top: 160px;
        word-wrap: break-word;
    }

    delete there those two lines

    border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Disable Lines above and below main Title’ is closed to new replies.