Hey guys, I’m trying to disable fade-in effects on mobile devices. I tried using:
@media (max-width: 767px) {
.js .x-column[data-fade=“true”] {
opacity: 1 !important;
}
.js .x-column[data-fade=“true”][data-fade-animation=“in-from-right”] {
right: 0px !important;
}
.js .x-column[data-fade=“true”][data-fade-animation=“in-from-left”] {
left: 0px !important;
}
}
from the following x theme thread - Disable animations on mobile but it doesn’t appear to have any effect. I’m running the latest version of Pro. If you could point me in the right direction it would be great.
With regards,