Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #332915

    Hey guys,

    Here’s what I need:

    1. Transparent mobile header with no logo
    2. Menu icon to load with page
    3. Menu icon to scroll up with the page (to stay at the top of the PAGE, not at the top of the screen)

    Here’s an example: http://renov8.org/wp-content/uploads/2014/10/mobile-mockup.jpg

    Thanks!

    #334266

    Hi JPOsteen!

    Thank you for using Enfold.

    You can add this css modifications:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
    display: none;
    }
    
    #top .header_bg {
    opacity: 0;
    filter: alpha(opacity=0);
    }
    
    #header {
    position: fixed;
    }
    }

    If you want this to affect a specific page, we will need to see the actual website.

    Best regards,
    Ismael

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