Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #288697

    Hello,

    Big fan of Enfold, thanks for all your help guys.

    I am trying to set up the nav menu to be located at the bottom of the screen and to be transparent when page is first loaded, and as you scroll down the nav bar scrolls up and hits the top of the window and stays on top, is this possible?

    And is it possible to keep the nav bar always transparent and not have it fade to white at all?

    A big thank you a head of time for any help on this issue

    Thanks
    Colin J

    #288758

    Hi watchamacolin!

    There isn’t currently an option for that so you would need to request it as an option here https://kriesi.at/support/enfold-feature-requests/ and if its a must-have soon then a freelance developer from either Codeable.io or Envato Notes would be able to assist in the customization.

    Regards,
    Devin

    #289173

    Alright Devin thanks for your help I appreciate it!

    Colin J

    #289317

    Hi!

    I’m not sure if this is what you want but you can use the Menu Below option then add this on Quick CSS:

    #header_main_alternate {
    z-index: 100;
    position: fixed;
    bottom: 0;
    }
    
    .header-scrolled #header_main_alternate {
    position: relative;
    }

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.