Hi Enfold support team,
I would like to have a header navigation like on this page:
http://www.hongkongstudios.de/#design
– The menu should NOT only show up when the user scrolls.
– The menu should have a translucent background.
Could you give me some hints?
Best regards,
Anna
Hi Anna Christina!
When you edit the page set the header to display as “no transparency” and then add this to your custom CSS.
.header_bg {
background: rgba(255,255,255,0.7) !important;
}
Cheers!
Elliott
Thanks!