Archived topic
Overlay logo onto featured image
3 replies · Started by James on March 31, 2020
Using the navigator theme, how do I overlay my logo onto the featured image?
The link I have provided is actually the landing page created using the WP Maintenance plugin but it's useful because it actually shows what I'm trying to achieve in the Navigator theme.
I followed David's steps in another thread, where he recommended creating a new GP header (in this case I created a new element) but it didn't work.
Just to summarise, I would like Navigator's header/page hero to look like the link I have provided.
Also is there any way to stop the page hero pushing down the content of my posts?
Thanks in advance
Hi there,
the simplest method using Navigator site is to simply add it to the Header Element using HTML ie. <img> tag
e.g
<img class="hero-logo" src="the_full_url_to_your_logo/logo.jpf" />
Tried this last night but didn't use the "class" bit. This works perfectly!
Thanks again David.
You're welcome