Archived topic
how to make my front page banner over the header
9 replies · Started by Hana on June 5, 2022
Helo, how to make my front page banner over the header, that my header menu display in transparent background over my banner?
I imported only options inSeller site with no content and created a static home page, but the banner looks not good and white space display above it, I want it over the header, but when scroll down the header display with black background, please help me
Hi Hana,
Any chance you can link us to the site in question and point us to where we should be looking at?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
please check my site URL, I want to set the header over the front page content
Hi Hana,
This site seems to not be using GeneratePress theme.
The issue stems from the Header’s z-index though. It would be best to reach out to the support of the theme you’re using for assistance with regards to this.
If you add this CSS in Apperance > Customize > Additional CSS:
@media (min-width: 1025px) {
.header-transparent .header-transparent-wrapper {
z-index: 1000;
}
}
You would see what I mean. As mentioned, it would be best to reach out to the support of the theme you’re using for a more appropriate solution.
Hope this clarifes! If you’re referring to a different website, kindly let us know.
It is the generatepress active theme my dear, please check again now the header hide by the layerslider banner
Hi there,
i cannot see the GP Site Header or Navigation on your site. Has that been disabled ?
please check now I activated the License again
OK.
1. In Customizer > Layout > Header and make the Header Width: Full Width.
2. Follow this article on how to Merge the Site Header with the content:
https://docs.generatepress.com/article/transparent-header-and-navigation/
that's great!
Thank you
You're welcome