Site logo

Archived topic

Hide header background

3 replies · Started by tenchystryder on January 11, 2020

Viewing posts 1–4 of 4

Morning guys

Hopefully a nice easy one for you.
I have placed an image in my header background. Is there a way to hide it on mobile devices or at same breakpoint as primary menu (which I have set to 800 at present).

Hi there,

try this CSS - adjust the media query 1000px to suit:

@media (max-width: 1000px) {
    .site-header {
        background-image: none !important;
    }
}

Perfect. Thank you David

You're welcome

This archived topic is closed to new replies.