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

    Hi

    Is there a way to hide the header background image on mobile devices using CSS?

    Thanks

    Jane

    #1025096

    Hey jscarlett,

    Add the following to quick css:

    @media only screen and (max-width: 767px)  {
    #header_main.container_wrap.container_wrap_logo{
    background-image:none!important;
    }}

    Best regards,
    Jordan Shannon

    #1025115

    Hi Jordan

    That’s great thank you it works! And such a quick response!

    Jane

    #1025120

    Hi,

    I’m happy to help, if you need anything else please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide Header background image on mobile devices’ is closed to new replies.