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

    (@themegrill)

    Currently, there is no feature to add the the header logo image in the free version of the theme. You will have to add the image html directly to the header.php file of the theme to add the logo image. Also, you will need to make a child theme for this so that you won’t lose the changes when you update the theme.

    susolit

    (@susolit)

    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.

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

The topic ‘Own graphical logo’ is closed to new replies.