Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1239201

    Hi!

    Is it possible to create a main menu without the logo?

    #1239272

    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

    #1247796

    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?

    #1247948

    Hi RandomCreatives,

    Well, you can simply hide it with this css:

    
    .logo img {
      display: none;
    }
    

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.