Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29241

    Hello,

    is it possible to remove the Logo and have just a text only site title?

    thanks

    #140141

    Hi,

    Edit header.php, find this code:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Replace it with:

    echo '<h1 class="logo">';
    echo bloginfo('name');
    echo '</h1>';

    Add this on your custom.css or Quick CSS:

    .logo {
    top: 40px;
    }

    Regards,

    Ismael

    #140142

    thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Text based title, no Logo’ is closed to new replies.