Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ThemeGrill

    (@themegrill)

    Hi,
    The option to add the logo is not available in the free version. It will need coding and corresponding css adjustment. So, please consider hiring a developer for this.

    Hi ,
    I added the following php code to the header.php file
    <img src=”<?php echo get_stylesheet_directory_uri() ?>/images/logo.png” alt=”” title=”” width=”” height=”” /> </div>

    paste it after this div
    <div class=”site-branding”>

    it should work for you then go and add your css to style.css
    regards.

    @susolit: Yep, your code should work accept one thing. You’re closing the img-tag with ” />” and after that you have “</div>”.

    This causes troubles because it closes the previous tag. Remove either ” />” or “</div>”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘adding a logo to the title bar?’ is closed to new replies.