• Resolved ccarmical

    (@ccarmical)


    Hi,

    Is it possible to have a background image in the middle header on desktop but not on mobile/tablet?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can use this custom CSS code in Appearance -> Customize -> Additional CSS, to remove the background image of the header main in the mobile/tablet view

    @media (max-width: 1023px) {
      #masthead .header-main .header--row-inner {
        background-image: unset;
      }
    }

    Regards.

    Thread Starter ccarmical

    (@ccarmical)

    Awesome! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove background image on mobile/tablet’ is closed to new replies.