Site logo

Archived topic

Block Element As Header -- Primary Navigation Menu Is Gone

5 replies · Started by Salim on September 8, 2021

Viewing posts 1–6 of 6

Hi there,

So I'd like to have a different front page where the logo is not as part of the top of the page, but at the centre and larger. When creating a new block element with the logo + title + tagline as a "site header", the menu disappears. There's no option to re-enable or disable it. When setting it up as a page hook, the logo + title + tagline appear as on the rest of the site.

Hi Salim,

Can you try activate navigation as header option at customizer > layout > header?

Then set the block element to site header.

Add this CSS:

.home .navigation-branding {
    display: none;
}

Let me know how it works :)

Apologies, I didn't get notified about the request via email.

It works well, but it's above the menu now, even with the Navigation Location set as "Above Header". Is there a snippet I can add there?

You want it position below the menu?

If so, use hookas block element type, choose after_header as hook name instead of site_header.

Let me know :)

Thanks for your help, really appreciate it!

You are welcome :)

This archived topic is closed to new replies.