Hey guys,
I need to deactivate parallax backgrounds on mobile devices. I read that this was the default behaviour in the past but I couldn´t find any snippet to deactivate all of my parallax backgrounds in the title section.
I already found those two snippets:
@media ( max-width: 979px ) {[class^="x-bg"][data-x-params*="parallax"] {
background-attachment: initial;
transform: none !important;}}
@media all (max-width: 979px) {.x-content-band.bg-image.parallax, .x-content-band.bg-pattern.parallax, .x-section.bg-image, .x-section.bg-pattern {background-attachment: scroll !important;}}
But there are still some parallax backgrounds on mobile (e.g. this site). I want to keep them on desktop but like to have them fixed on mobile.
Is there any global option i´ve missed so far? Thanks in advance
