Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25848

    Hi, how would I change (the header.php, I assume?) to generate a large text title instead of the image option?

    Thanks.

    #128400

    In header.php replace

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

    with

    echo "<h3 class='logo'><a href='".home_url('/')."'>My website</a></h3>";

    You can replace “My website” with your custom text.

    #128401

    Hi, the alignment is then off, so in the layout.css, I add a padding to the top of 15px.. which works nicely, except for when you scroll down, it cuts off the text.

    Any suggestions how to align better? You can see this on http://www.kennethhavinga.com

    #128402

    Can you elaborate on “when you scroll down, it cuts off the text.” – tbh I don’t notice any weird styling when I scroll down. Of course the “logo text” and the menu will disappear if you scroll down but it works as expected. If you want to show them even if the user scrolls down you must select a “fixed header” layout on the theme options page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Image to Text Site Title’ is closed to new replies.