Archived topic
Header Logo Jpeg page header add-on
5 replies · Started by Oliver on March 10, 2016
Hi everybody,
I want to integrate my jpeg logo on the header section instead of the written logo.
Is this possible with the page header add-on.
Because I dont know to instal it manually.
Thanks
Ivo
You can upload a header image in "Customize > Site Identity" using the Logo option.
That should do it :)
Thanks, but there I installed the header image.
I want to place my logo above the header image.
How could I do it?
Thanks
Oliver
In that case, you could use GP Hooks.
Add your logo using HTML into the "Before Header Content" hook:
<img src="URL TO YOUR LOGO HERE" alt="" />
Thanks!
But where do I find the html code in Wordpress?
I only see the css custom option.
Ivo
Do you have the GP Hooks add-on?
If so, you can add the code in "Appearance > GP Hooks > Before Header Content".
