Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #240007

    Hey, after I was very lucky that transparency logo is visible on appropriate pages with your css-code, we now determined that the transparency logo (alternate logo) is not visible on mobile devices (Iphone / Android). On all pages the standard logo is displayed. http://gode2.web-by-michi.de/energie/ .Maybe you have an idea what to do? Many thanks in advance.

    #240139

    Hey michi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
    opacity: 0;
    }
    .responsive #top .av_header_transparency .logo img.alternate {
    display: block;
    }}

    Best regards,
    Yigit

    #240245

    Hey Yigit,
    you are all fantastic, thanks a lot for your soon reply and help. It all works now !!!

    #240249

    Hey!

    You are welcome, glad we could help! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Transparency logo isn´t displayed on mobile devices’ is closed to new replies.