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

    Hi,

    With this code i can hide the logo, but it still remains on the mobile, any solution ?

    .logo img {
    display: none;
    }

    #543540

    Hey BetuwePC!

    Please change the code to following one

    .logo img,.responsive .logo img {
    display: none !important;
    }

    Regards,
    Yigit

    #543543

    Damn your fast ;)
    thanks

    #543545

    Hi!

    #TeamKriesi :)
    You are welcome, glad we could help!
    Let us know if you have any other questions or issues and have a great weekend!

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘no logo, even on mobile’ is closed to new replies.