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.
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
Hey Yigit,
you are all fantastic, thanks a lot for your soon reply and help. It all works now !!!