Site logo

Archived topic

Remove background image in mobile header

1 reply · Started by Bebe on June 2, 2017

Viewing posts 1–2 of 2

I need to comment out the background image in the header on mobile here http://hall-markpremiercleaning.com/
I don't see a mobile header option in the customize menu even though all plugins are activated.

Try this CSS:

@media (max-width: 768px) {
    .site-header {
        background-image: none;
    }
}
This archived topic is closed to new replies.