Site logo

Archived topic

Page Hero with Element

3 replies · Started by cpalo on May 29, 2021

Viewing posts 1–4 of 4

Hello,
The website
Regarding the construction of my home page (I followed the doc on Page Hero with Element Header).
Regarding the result, I would like:
- that the top bar is not displayed
But that its content is displayed above the navigation menu
- that the title and logo and the navigation be in full width
- remove the space between the background and the footer
- replace the background image with a slider (where should I put the shortcode or the block?)
Thank you
cordially

Hi there,

- You can use the disable element metabox on the home page:
https://docs.generatepress.com/article/disable-elements-overview/

- Do you want this on home page only? If so try this:

.home .inside-header.grid-container {
    max-width: 100%;
}

- Try this:

.home .site {
    display: none;
}

- You can place the slider shortcode either in the content or within the merged header element you are already using.

Thanks It's OK

No problem :)

This archived topic is closed to new replies.