Viewing 3 replies - 1 through 3 (of 3 total)
  • A link to your site might help…

    Thread Starter aki9

    (@aki9)

    Try editing style.css and changing:

    #site-title p.headline {
    border-left:1px solid #999999;
    color:#C2DC15;
    float:left;
    font-size:175%;
    font-style:italic;
    font-weight:normal;
    line-height:60px;
    margin:0 0 0 1em;
    padding:0.2em 0 0.2em 0.8em;
    text-shadow:1px 1px 1px #E4FF39;
    }

    to

    #site-title p.headline {
    border-left:1px solid #999999;
    color:#C2DC15;
    float:left;
    font-size:175%;
    font-style:italic;
    font-weight:normal;
    line-height:60px;
    margin:0 0 0 1em;
    padding:0.2em 0 0.2em 0.8em;
    text-shadow:1px 1px 1px #E4FF39;
    position:absolute;
    top:-5000px;
    left:-5000px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove blog name and description on banner from Mystique theme?’ is closed to new replies.