Reply To: logo/header image cannot be display

Home Forums Support logo/header image cannot be display Reply To: logo/header image cannot be display

Home Forums Support logo/header image cannot be display Reply To: logo/header image cannot be display

#201227
Tom
Lead Developer
Lead Developer

Hmm, well you could add it using GP Hooks with plain HTML?

Something like this in the Before Header Content hook:

<div class="site-logo">
    <a href="URL TO YOUR WEBSITE" title="YOUR SITE NAME" rel="home">
        <img class="header-image" src="URL TO YOUR IMAGE" alt="YOUR SITE NAME" title="YOUR SITE NAME">
    </a>
</div>