Hi there,
The logo and the logo for a transparent header are both showing up in my header, how can I fix this ? You can see it particularly on the mobile version, but even on desktop I have it if I change my header’s height:
https://moombasuprafrance.fr/
best regards
Ulrich
Hi pikachul,
The image optimization plugin is causing some conflict with Enfold’s CSS, to fix this, please add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top .logo .subtext {
display: none;
}
}
Hope it helps.
Best regards,
Nikko
Hello,
Thank you for your code, I now have only one logo which is perfect. But if you look on the home page my white logo for transparent header doesn’t show, it keeps the default black logo… How can we change that ?
Thank you
Hi Ulrich,
Issue seems to be plugin related. There are additional Picture and Source HTML tags inside the logo.
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av_header_transparency .logo.avia-standard-logo > a > picture {
display: none;
}
Best regards,
Yigit