Header image still showing on mobile

  • Author
    Posts
  • #72511

    Hi there,

    I’m trying to remove the header image completely from my pages. I have reduced header size to 0 px and disabled ‘Feautre images as header images’, however, the header image is still shown when my screen shrinks to mobile size.

    Any help would be appreciated!

    Cheers,
    Jordan

    Website: nelsontrails.co.nz

    #72634
    Zed
    Cryout Creations mastermind

    The theme is not designed to be used with nothing in the header area (title/logo, header image). Do hide everything above the menu on mobile devices, use this CSS:

    @media (max-width: 800px) {
       body #branding, body #bg_image {
           display: none;
       }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #72751

    Thank you, Zed.

    One more question; is it possible to completely remove the footer?

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Header image still showing on mobile’ is closed to new replies.