Home › Forums › Support › Add link to header image? › Reply To: Add link to header image?
October 17, 2015 at 11:13 pm
#145318
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>
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development