Hello All,
The prestige theme features parallax option, which unfortunately is only available on large screen devises.
Is there an easy (self-serve) way to activate the feature on mobile? Alternatively, I'd like to selectively hide the 'parallax sections' on mobile devises, any pointer here are much appreciated!
My website is www.clarityblend.com.
Thanks in advance,
Dimitar
@media only screen and (max-width: 768px) {
.ImageHero__Image.Image--zoomOut.ImageHero__Image--parallax.Image--lazyLoaded {
background-attachment: fixed;
}
}
Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
User | Count |
---|---|
810 | |
117 | |
94 | |
91 | |
70 |