Remove Logo from Mobile Only

I would like to remove the logo from just my mobile. I tried the following CSS code but it did not work.

@media only screen and (max-width: 479px) .header-transparent Top_bar #logo { display: none !important; }

Comments

Sign In or Register to comment.