Complete removal of header on Homepage
- The topic ‘Complete removal of header on Homepage’ is closed to new replies.
Need help? Check out our Support site, then
Hello again!
I am wanting to remove the header at the top (slideshow, image, and container) from my homepage. I just want it to be the navigation menu with the logo and name and home, about, etc. at the top but no header image or container. I just want this change for my home page because I really like the header image for all of the other pages. Basically where the slideshow would go, I would like that the be removed.
Let me know if I need to clarify and thank you once again!
My website: https://gamgeeconversations.com/
The blog I need help with is: (visible only to logged in users)
Hello,
“Basically where the slideshow would go, I would like that the be removed.”
– Please use this custom CSS in order to hide the Featured Content section on your Front Page:
/* hide the Featured Content on the Front Page */
.home .page-header {
display: none;
}
@media (min-width: 768px) {
.home .site-main {
padding-top: 60px;
}
.home .site-header:not(.scroll-header) {
color: #000000;
text-shadow: none;
}
}
Please let me know if you have any additional questions.
Kind regards,
Taras
Thank you again! It looks great.
You are very welcome!
Kind regards,
Taras