Viewing 3 replies - 1 through 3 (of 3 total)
  • salsaturation

    (@salsaturation)

    Easiest way is to open the child theme header and add something like this

    <div id="logo">
    <img src="URL TO THE IMAGE" alt="Logo alt text" />
    </div>
    Thread Starter jessefoster

    (@jessefoster)

    thanks, where would i add that?

    Sean Davis

    (@sdavis2702)

    Can’t be 100% sure without seeing the theme’s file structure but most likely, there’s a header.php file in the parent theme responsible for outputting the title. If you can confirm that, copy that entire file to the root of your child theme. You’d then be free to edit that header.php file however you wish to override the parent theme’s header file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add logo to header’ is closed to new replies.