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

    Hey guys,

    I’m trying to create a website using the transparent header, but I want the whole thing to be transparent (logo, menu, social icons, etc.). My goal is to have a full-screen image with no header/menu until I begin to scroll down, then I want the menu to appear. Am I making sense? Please help.

    Thanks!

    #312703

    Hi JPOsteen!

    Thank you for using the theme.

    Set the page to have a transparent header then you can add this on Quick CSS or custom.css:

    .av_header_transparency {
    display: none;
    }
    
    .header-scrolled {
    display: block;
    }

    If you want a smoother effect, you can try to create a jquery script but the task falls beyond the scope of support so you have to find someone to do it for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Cheers!
    Ismael

    #313090

    Worked perfectly! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Complete Transparent Header & Menu’ is closed to new replies.