Reply To: Add link to header image?

Home Forums Support Add link to header image? Reply To: Add link to header image?

Home Forums Support Add link to header image? Reply To: Add link to header image?

#145318
Tom
Lead Developer
Lead Developer

To remove the link, I would remove the logo from the Customizer.

Then using GP Hooks, add your logo using the “Before Header Content” hook.

<div class="site-logo">
    <img class="header-image" src="THE URL TO YOUR LOGO" alt="YOUR WEBSITE NAME" />
</div>