Is it possible to show the header image only in desktop mode + hide for mobile?

  • Author
    Posts
  • #68012

    I’m experimenting with Verbosa on a local install and it looks better if the sidebar has a header image in desktop mode, but on a smartphone the header image is huge and I’d like to hide it. Any hints on how to approach this?

    #68528
    Zed
    Cryout Creations mastermind

    The header image cannot be disabled on mobile devices specifically through the options, but you could hide it with CSS:

    @media (max-width: 1024px) {
       #branding img.header-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.
    #76690

    IS there a way that I can remove my site tagline? I added a short blurb/paragraph in mine to keep it simple as a landing page and on mobile people think the links are broken when they see the same main page header and blurb. Thanks!

    Website: angelofraboni.com

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

The topic ‘Is it possible to show the header image only in desktop mode + hide for mobile?’ is closed to new replies.