I would like it so that my transparency logo stays the same on the mobile, however for the rest of the pages it uses the standard logo. This link below was close, but it put the logo I choose ALL mobile pages. I just really need it to work just like it does on non-mobile. 1 logo for the transparent header, and the standard logo for the rest.
Thanks,
Frank
Hey ftlamont,
Can you post a link to your site? so we can take a closer look.
Best regards,
Nikko
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top.home .av_header_transparency.av_alternate_logo_active .logo a > img {
opacity: 0;
}
.responsive #top .av_header_transparency .logo img.alternate {
display: block;
}
}
Hope this helps :)
Cheers!
Nikko
That worked perfectly. Thanks!!!
Hey!
Glad we could help :)
Cheers!
Nikko