Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit your style.css file

    find this entry:
    #logo a {
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    color:#FFFFFF;
    text-decoration:none;

    and make it look like this:

    #logo a {
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    color:#FFFFFF;
    text-decoration:none;
    display:none;

    Note the last line

    Thread Starter gsinibaldi

    (@gsinibaldi)

    Awesome! Thanks for your help

    G

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Blog title’ is closed to new replies.