[Resolved] Hide header background

Home Forums Support [Resolved] Hide header background

Home Forums Support Hide header background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1128542
    tenchystryder

    Morning guys

    Hopefully a nice easy one for you.
    I have placed an image in my header background. Is there a way to hide it on mobile devices or at same breakpoint as primary menu (which I have set to 800 at present).

    #1128563
    David
    Staff
    Customer Support

    Hi there,

    try this CSS – adjust the media query 1000px to suit:

    @media (max-width: 1000px) {
        .site-header {
            background-image: none !important;
        }
    }
    #1128571
    tenchystryder

    Perfect. Thank you David

    #1128573
    David
    Staff
    Customer Support

    You’re welcome

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