Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #988800

    Hi Guys,

    the pages where I use a glassy / transparent header don’t show the logo on mobile:
    Inspecting the page i found the culprit:
    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
    display: block;
    opacity: 0 !important;

    The problem is that:
    @media screen and (max-width:767px) {
    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
    opacity: 1 !important;
    }
    }

    won’t overwrite it either – any tips on how to fix that? Thanks!

    #988827

    Hey Ushbot,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #989706

    Thanks! info attached

    #990406

    Hi,

    Please clear your cache and try now :)
    If not works, please let us know what mobile browser u are using.

    Best regards,
    Basilis

    #991725

    Hi!

    thanks – but still the same issue :/. I tried on safari, chrome and firefox – and it’s only on the pages with the transparency header like the landing page or all “projects” under work

    #991726

    same if i try it on my phone on safari

    #991995

    Hi Ushbot,

    https://cl.ly/1T1z0Q2R2w3M This code overrides the media query, the selectors have to be the same or more specific and Safari might not render your svg logo.

    Best regards,
    Victoria

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