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

    Hello everyone
    can I set by css that the logo is only displayed mobile?
    not on the desktop and not on the tablet

    only mobile (phone)

    Thank you and nice greetings Franz

    #1181167

    Hallo Franz,

    Please try this in Quick CSS:

    @media only screen and (min-width: 768px) {
      span.logo {
        display: none;
      }
    }

    Best regards,
    Rikard

    #1181601

    Hello Rikard
    Thank you very much
    now it works well
    this request can be closed by one

    Beautiful greetings

    Franz

    #1181754

    Hi Franz,

    Great, I’m glad that that you got it working and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘only mobile’ is closed to new replies.