Hi TheCrack. You could add this to your custom css to hide the logo when the topbar menu is collapsed on mobile:
@media only screen and (max-width: 720px) {
#nav-topbar .nav .topbar-logo {
display: none;
}
}
Also, please mark your other post as Resolved. Thanks.
And how I can do to display correctly on mobile?
What is it doing incorrectly on the mobile display? Can you post a link to your site?
There is nothing wrong, what I want is that the logo is also displayed on the mobile. My site.
I’m confused. You asked two questions:
How could I do to make it display correctly on mobile?
And I not like how it is on the mobile, how could I remove it?
I posted the css to remove the logo from the menu on the mobile view when the menu collapsed. If you added that css, you can remove it and the logo will be displayed in mobile when the menu is expanded. It’s part of the menu so it won’t be displayed in the topbar in mobile view because the menu is removed from the topbar. If what you want is to display the logo in the topbar, and not the menu, on mobile, this thread discusses how to modify header.php to include a logo and the css to display it only on mobile views.