• kerry29

    (@kerry29)


    Hi there!

    I am using Mystique and I have managed to change the logo to the colour black on the stylesheet but I cannot figure out how to make changes to the headline or tagline at the top of my blog.

    http://www.momneedsabreak.com

    I searched and could not find the subject.
    If someone could assist, that would be awesome!
    Thanks.

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

    (@alchymyth)

    changes like what?

    the wording of these can be changed in ‘admin’ ‘settings’ ‘general’ -> blog title, tagline

    the title and tagline css is in style.css:

    #site-title{position:absolute;left:0;top:40px;z-index:6;}
    #site-title #logo{font-size:400%;font-weight:bold;font-style:normal;margin:0;padding:0;float:left;line-height:60px;}
    #site-title #logo a{color:#000000;text-decoration:none;text-shadow:#000000 1px 1px 1px;font-variant:small-caps;letter-spacing:-0.04em;}
    #site-title #logo a:hover{color:#000000;}
    #site-title p.headline{float:left;border-left:1px solid #000000;margin:0 0 0 1em;padding:.2em 0 .2em .8em;font-weight:normal;font-size:140%;line-height:64px;letter-spacing:0.4em;}

    the color of the tag line is in color-grey.css:
    #site-title p.headline{color:#aaa;}

    Thread Starter kerry29

    (@kerry29)

    Awesome! Thanks! That was the line I was looking for!

    I appreciate your help!

    have a great day!

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

The topic ‘Logo and Headline’ is closed to new replies.