Remove logo from mobile display

Hi,

I'm pulling my hair out right now desperately trying to remove the logo from the MOBILE page of my website


I've tried all of the following and it still showing, I'm going crazy!

Help appreciated, thanks!

@media only screen and (max-width: 767px)
.header-simple #Top_bar .top_bar_left { display: none;}

#Header_wrapper, #Intro {
   display: none;
}

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

.logo {
display: none;
}

div#logo {
  display: none;
}


Comments

Sign In or Register to comment.