Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #928726

    Hi

    After update from 4.2 to 4.2.6 the transparret header is not adjusting correct when changeing width.

    For example on a Ipad (portrait), the header goes “grey” and uses the “transparent” logo, and not the color logo.

    You see the same behavior on all browsers, when changeing the width of the browser. See attached video.

    #928737

    Hey AllanRinggaard,
    Try this code in the General Styling > Quick CSS field:

    /* Transparent header on mobile */
     @media only screen and (max-width: 989px) { 
    #top #wrap_all .av_header_transparency, 
    .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}

    Best regards,
    Mike

    #934916

    Hi

    The problem is not, that i want a tranparent header on mobile.

    I just want the header to change from transparent to white, and not go gray in between. Just as before the update to 4.2.6

    Now i goes from tranparrent to grey to white, normal is tranparrent to white.

    Best regards
    Allan

    #935097

    Hi,
    Oh I see, please try this css instead:

    @media only screen and (max-width: 989px) { 
    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 1!important; 
    }
    .html_stretched #wrap_all {
        background-color: #fff!important; 
    }
    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a,#top #wrap_all .header_color.av_header_transparency {
        color: #808080 !important; 
    }
    #top .header_color.av_header_transparency .avia-menu-fx, .av_header_transparency div .av-hamburger-inner, .av_header_transparency div .av-hamburger-inner::before, .av_header_transparency div .av-hamburger-inner::after {
        background: #808080 !important; 
    }
    }

    Best regards,
    Mike

    #935952

    Thanks, its working correct again :-)

    Is it a general problem that will be fixed in a update, or just a freak accident updateing “my” template?.

    Allan

    #935968

    Hi Allan,

    Glad you got it working for you! :)

    It is really hard to tell, could be just an issue with your website.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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