• Hi i would like not to show the plugin Parallax Hero when the website is display from a mobile phone in my child-theme Storefront
    How can i hide remove or hide this plugin?
    Thanks guys

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can hide it using CSS but all of the assets and markup would still be loaded which probably isn’t what you’re looking for.

    If that’s all you want though something like this would work;

    @media (max-width:768px) {
    .sph-hero {
    display: none;
    }
    }
    Thread Starter berli50

    (@berli50)

    Thanks =) it is a possibility…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide Parallax Hero for mobile’ is closed to new replies.