• Hello,

    I need help removing the header image for mobile only. I’m using Storefront Boutique. The site can be found here https://www.jazzsnap.com/

    Any help is appreciated, I’ve tried everything I’ve seen in the forums and so far no good.

    Thank you,
    Becca

Viewing 1 replies (of 1 total)
  • If you have a child theme setup, put the following code in the file style.css in your child theme.

    You could also use a plugin like Simple Custom CSS and paste the code in it’s code editor.

    @media screen and (max-width:767px){
      header{
        background:transparent;
      }
    }

    Myles
    [signature moderated as per forum rules]

Viewing 1 replies (of 1 total)
  • The topic ‘Storefront Boutique Remove Header Image on Mobile’ is closed to new replies.