Reply To: Hide Header image in Mobile Versions October 21, 2017 at 5:31 am #6380 Grace ThemesMember Hi To hide header image from mobile verison Go to Appearance -> Customize -> Additional CSS add below css code @media screen and (max-width:767px) { .header { background: none !important; } }