Standard displays the white logo on the desktop.
When the Logo is shrinking the colored one. That’s the way it should be on the smartphone as well.
In the smartphone, it is always the colored logo. So the logo is unfortunately not good visible.
Can you give me some CSS, so that the white logo is displayed here?
Hey J.,
Thank you for using Enfold.
The header transparency is disabled on mobile devices, so the theme automatically displays the other version of the logo. If you want to display the other one instead, use this css code.
@media only screen and (max-width: 767px) {
.responsive #top .av_header_transparency .logo img.alternate {
display: block;
}
.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
opacity: 0;
}
}
Best regards,
Ismael
Hey Ismael
That works great.
Best regards
Jacqueline
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums
Best regards,
Jordan Shannon