Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1372293

    Hi,

    I want my sticky header to be fully transparent on mobile, but I see a white bar at the beginning. I use the code below and with that the header is sticky and when scrolling the white background also disappears – but how do I make it sticky right away.

    /*Deactivate enfold menu*/
    nav.main_menu{
    display:none!important;
    }

    /*Transparent header*/
    .header_color .header_bg {
    background-color: transparent !important;
    }

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    .responsive #top #main {
    padding-top: 0px !important;
    }
    }

    PS Fully transparent on desktop and/or mobile would in itself be a nice option in the menu

    #1372296

    ok, i fixed it leaving the “Logo Area Background Color Default Background color” blank

    #1372310

    Hi,

    Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1372312

    Thank Rikard, i actually hope this is the best solution for it.

    #1372318

    Hi,

    If it’s working then I don’t see any problem with us it :-)

    Best regards,
    Rikard

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