Hiding Banner Wrapper - Magazine Header

Hello,
I'm wanting to hide the .banner_wrapper image when on a phone.  I've tried this in the custom css section of theme options but no luck.

@media screen and (min-width: 0px) and (max-width: 720px) {
  .banner_wrapper{ display: none; }
 }
Thanks

Comments

Sign In or Register to comment.