-
hollytga
On the home page here: https://proficient.fresheggs.biz/
the off canvas menu is transparent. But I’d like it to appear the same as on the other pages. I am using a merged header on that page with no navigation until scroll. I can’t figure out what to change to make it work like the other pages and keep the merged header with no nav until scroll. Thanks! -
You have this CSS:
.page-id-30.sticky-enabled .main-navigation:not(.is_stuck) { opacity: 0; pointer-events: none; }
Do you want to keep the CSS without affecting the slideout nav?
If so, change it to:
.page-id-30.sticky-enabled .main-navigation:not(.is_stuck, #generate-slideout-menu) { opacity: 0; pointer-events: none; }
-
hollytga
Yes! Thanks. That was it!
-
No Problem 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.