Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1343793

    hello together
    I create a new page with enfold
    I have tried not to display the logo mobile
    but to replace the logo with text
    have changed the function.php, that fits.
    text is displayed mobile.
    format text also fits
    my problem
    the logo enfold is displayed mobile anyway
    see printscreen link below
    thanks
    Kind regards
    Franz

    #1343799

    Hi Franz,

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

    @media only screen and (max-width: 767px) {
    span.logo img {
      display: none; 
    }
    }

    Best regards,
    Rikard

    #1343834

    Hello Rikard
    Unfortunately does not work

    The logo is still visible

    thanks
    Kind regards
    Franz

    #1343851

    Hi,

    Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    span.logo img {
      display: none !important; 
    }
    }

    Best regards,
    Rikard

    #1343875

    Thank you Rikard
    now it fits great

    you can close this request

    Kind regards
    Franz

    #1343899

    Hi,

    Great, I’m glad 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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘logo mobile is still displayed’ is closed to new replies.