How to remove header background image on mobile devices? [header background]

If you want to remove header background image on mobile devices, please use below custom css in Theme options > Layout > Custom CSS section:
@media only screen and (max-width: 768px) { body:not(.template-slider) #Header_wrapper { background: none !important; } }
@media only screen and (max-width: 768px) { body:not(.template-slider) #Header { min-height: 0 !important; } }

Comments

Sign In or Register to comment.