Archived topic
Menu without background
3 replies · Started by Adam Zátopek on February 22, 2016
Hi Tom,
its my problem but i want create new website with GP. But i have problem with menu. I tried change background menu to trasparency. This is my site http://www.i-webhosting.cz/ . On top i have black background under nav menu. But i use .is_stuck + .sticky-spacer {display:none!important;} and now when you goes down and next to top it is great.. Navigation background is invisible and page content starts. I hope you understand.
Hi there,
Have you added the CSS provided in this post?: https://generatepress.com/forums/topic/copyright-footer-disappeared/
.main-navigation:not(.is_stuck) {
position: absolute;
width: 100%;
}
.is_stuck+.sticky-spacer {
display: none !important;
visibility: hidden;
}
Thank you Tom, it is work.
Awesome! Glad I could help :)
