Though the parallax effect on the images are appreciated, the same effect on the written content ("01 Moonlight Sonata YW", etc) not as much. How can I deactivate parallax on the written content while keeping it on the images?
cemsdb Hi
I added this custom css rule into this file on your site to disable the text transform: /templates/ja_seven/css/custom.css
/templates/ja_seven/css/custom.css
.swiper-horizontal .item-content > * > div { transform: none!important; }
Kindly check.
saguaros Thank you Saguaros, that works great!
For anyone interested, they can also add the following code to prevent the arrow-image's parallax:
.acm-project.style-1 .desc a { transform: none !important; }