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

    Hello together
    one question

    when I install Enfold, the logo appears in the horizontal view, but I want to hide it
    How to hide the logo horizontally with CSS code

    Thanks in advance
    Friendly greetings
    Franz

    #1257583

    Hallo Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1257753

    Hallo Rikard
    Vielen herzlichen Dank

    You can close this request.

    friendly greetings
    Franz

    #1257801

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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