is it possible to have the site logo display when using the full page overlay menu setting?
Kind Regards
Hey,
You can add fullscreen elements to your page and choose to display transparent header – https://kriesi.at/documentation/enfold/header/
If that is not what you meant, please elaborate. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Cheers!
Yigit
hey Yigit, unfortunatelly i can not follow that hint. In the documentation i don’t see any answer to that topic.
i am using a full page overlay menu -> so when someone clicks on the burger, it opens an overlay with navigation.
since the overlay is not transparent and covers everything, you can not see the logo.
> i still want to show the logo on top of the overlay, how can i do so?
i am still in development-mode…
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.html_header_top #top .av_logo_right .logo { z-index: 999; }
Best regards,
Yigit
works perfect. THANK YOU!