cemsdb Hi
You can achieve that with this tweak:
1/ Go to Backend >> Template styles >> JA Colab >> Global settings >> Addons >> disable aos addon
2/ Edit file: ROOT/templates/ja_colab/js/template.js: comment / remove from line 5-12 like this:
// AOS.init({
// duration: 1200,
// once: true,
// disable: function() {
// var maxWidth = 992;
// return window.innerWidth < maxWidth;
// }
// });
3/ Add this custom CSS code:
div.acm-hero.style-1 .hero-title,
div.acm-hero.style-1 .description {
opacity: 1;
}
to 'custom.css' file on your site.
ROOT/templates/ja_colab/css/custom.css
ROOT/templates/ja_colab/local/css/custom.css
You can add into 1 of above 2 files if your site has.