I checked the generated HTML-Code and it turned out that it is the PAGE TITLE which is displayed but it is within the SITE-LOGO-INNER. Even though there is absolutely no entry in the section LOGO, the systems takes the PAGE TITLE (as soon I type in one) and shows it as SITE-LOGO-INNER in the HEADER.
To solve it for now I added a piece of CUSTOM CSS:
#site-logo #site-logo-inner {
display: none;
}
as a workaround.
So currently the effect can’t be seen when visiting the site as it is an active site which must be online and in a good condition.
But I think the OceanWP theme should not behave like it behaves.
-
This reply was modified 9 months, 1 week ago by mainpirat.