Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #574803

    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

    #574868

    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

    #574993

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Onepager // Display Menu on top’ is closed to new replies.