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

    Hi a00109943;
    try to add this code too :

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

    Hey!

    Please see @begrafiks post above. If that does not help, please use following one

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


    @begrafiks
    thanks :)

    Regards,
    Yigit

    #436010

    That works beautifully Yigit!

    Thanks again!

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