I want to say it’s a caching issue, but even after disabling the plugin I still can not see the website logo.
Any info would be appreciated.
Thanks,
Adam
Hey adamghart,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.logo img {
height: 100% !important;
}
Best regards,
Mike
Thank you that worked. Is there a reason that that is needed? It never was before, just odd you would need css for a logo to show.
Thanks again Mike!