Any input would be helpful.
Mobile devices show the logo to the website, twice: https://fosterdanowsky.com/
Thanks
Hey Justin,
Please add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top .logo .subtext img {
display: none;
}
}
Hope it helps.
Best regards,
Nikko
Thanks, Nikko.
it’s a good bandaid for now. But any idea what could be causing that?
Is it theme related?
Hi Justin,
It’s not theme related but I think you have an image optimization plugin that converts images to webp.
To fix it, you can turn off that setting in the image optimization plugin, if there’s no option then disabling the plugin would be the only choice.
Best regards,
Nikko