Home Forums Free Themes Restaurantz Need to block header image on mobile

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #76482
    sa_jernigan
    Participant

    Hi there, the header image doesn’t scale for mobile (previewing on Android) — can you please provide me with a snippet of code for disabling it just on phones/tablets please?

    Many thanks yet again for your Excellent tech support. ; D

    Cheers ~

    Sam

    #76562
    wensolutions
    Keymaster

    Hello @sa_jernigan,

    To remove the header image only on the responsive view please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    @media only screen and (max-width: 767px){
    div#custom-header {
        display: none;
    }
    }

    Hope this helps.

    Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.