Hi!
Is it possible to create a main menu without the logo?
Hey RandomCreatives,
The logo can be hidden or simply not added.
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi Victoria.
If you go to our website (private content box) and to the homeage you see the logo in the menu, top left.
How do we hide it?
Hi RandomCreatives,
Well, you can simply hide it with this css:
.logo img {
display: none;
}
Best regards,
Victoria