Hide Header Image on Mobile

  • Author
    Posts
  • #70677

    How can i hide the header image only on mobile ?

    #71057
    Zed
    Cryout Creations mastermind

    That can be done with CSS media queries:

    @media (max-width: 800px) {
        body #header #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.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Hide Header Image on Mobile’ is closed to new replies.