Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1402265

    Hi folks,

    hope all of you are well! I need assistance with my menu/navigation items in the header. I need them to be hidden at first load of header, but when scrolling down the navigation items should appear again.

    Previously I had a similar request and Mike has helped me out with the following snippet, but unfortunately this is not working anymore:

    Hey Alex Freelance,
    Thanks for your patience and the link to your site to hide your homepage menu until the page has been scrolled please try this css:
    
    @media only screen and (min-width: 767px) { 
    	#top.home .av_header_transparency #header_main_alternate {
    		visibility: hidden;
    	}
    }

    Could you pls advise? Many Thanks in advance!

    #1402490

    Hey Alex Freelance,
    Thanks for your patience and the link to your site, please try this css:

    @media only screen and (min-width: 767px) { 
    	#top.home .av_header_transparency #header_main {
    		visibility: hidden;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1402751

    Hi MIke,

    thanks a mill. Is it possible to retain the logo in this header and have just the menu hidden?

    Cheers,
    Alex

    #1402773

    Hi,
    Try adding this css:

    @media only screen and (min-width: 767px) { 
    	#top.home .av_header_transparency .logo {
    		visibility: visible;
    	}
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1402911

    Hi Mike,

    Thanks again, this has worked like charm!

    Could you pls help me with that image elements I am trying to add into “image with hotspots” -> I want the image to be opened in a lightbox, but scaled to the viewport, so that the user does not have to scroll inside the lightbox to look at the image. location is posted in private content.

    Cheers,
    Alex

    #1402978

    Hi,
    I see that your image is 2300×900, please try using an image that is about 800×400 or less.

    Best regards,
    Mike

    #1402999

    Hi Mike,

    sure thing! :)) thanks man, all solved.

    Cheers,
    Alex

    #1403000

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide Menu on transparent header’ is closed to new replies.