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

    Hello,

    i want the smartphone menu to behave just like the transparent tablet menu. Transparent at the beginning, background-color if a user starts to scroll. I know it’s just copy and paste CSS, but i don’t know exactly which and particularly which not.

    Right now i’m working with this, but the Logo and Burgericon are covering the content when scrolling:
    @media only screen and (max-width: 767px) {
    #header, #header * { background: transparent !important; }
    #header { position: fixed !important;}}

    Kind regards, Thorsten

    #539631

    Hey hr-scr-net!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
        background-color: transparent;
        position: absolute!important;
    }}

    Cheers!
    Yigit

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