[Support request] Remove background image in mobile header

Home Forums Support [Support request] Remove background image in mobile header

Home Forums Support Remove background image in mobile header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #327708
    Bebe

    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.

    #327729
    Tom
    Lead Developer
    Lead Developer

    Try this CSS:

    @media (max-width: 768px) {
        .site-header {
            background-image: none;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.