New Landing How can we help? Atelier Naked Mobile Header

Viewing 3 posts - 16 through 18 (of 18 total)
  • Posted in: Atelier
  • #306135
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    So guess you used this code provide by Kyle

    @media only screen and (max-width: 479px) { 
    .home #mobile-header {
      background-color: transparent;
      display: block;
      position: absolute;
      border: none;
    }
    .home #mobile-header #mobile-logo .standard {
      display: none!important;
    }
    .home .logo-alt-version #mobile-logo img.alt-logo {
      display: inline-block!important;
    }
    .home #mobile-header a {
      color: #fff;
    }
    }

    You just need to remove the .home class so it will be something like this

    @media only screen and (max-width: 479px) { 
    #mobile-header {
      background-color: transparent;
      display: block;
      position: absolute;
      border: none;
    }
    #mobile-header #mobile-logo .standard {
      display: none!important;
    }
    .logo-alt-version #mobile-logo img.alt-logo {
      display: inline-block!important;
    }
    #mobile-header a {
      color: #fff;
    }
    }

    -Rui

    #307048
    Guiseppe2000
    Member
    Post count: 6

    Thanks a lot, that worked!

    #307163
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Rui – you’re the best! Marking as resolved.

Viewing 3 posts - 16 through 18 (of 18 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register