How can I remove slideshow animation from the Impulse theme?

Hi everyone. Actually, I want to remove the slideshow animation from Impulse theme. Would anyone be able to provide me with codes to remove these animations?

Store link: Goslipper.com

It would be greatly appreciated if you could help.

Thank you

Best regards

Imran Ali

This is the code to disable the text animation on hero slider module on Impulse 7.0.0.

You can add it at the end of theme.css.liquid

/* Disable Hero Slide Text Animations */
.loaded .slideshow__slide.is-selected .hero__title .animation-contents,
[data-aos=hero__animation].loaded .hero__title .animation-contents {
  opacity: 1;
  animation: none;
}

.loaded .slideshow__slide.is-selected .hero__subtitle .animation-contents,
.loaded .slideshow__slide.is-selected .hero__top-subtitle .animation-contents,
[data-aos=hero__animation].loaded .hero__subtitle .animation-contents,
[data-aos=hero__animation].loaded .hero__top-subtitle .animation-contents {
  opacity: 1;
  animation: none;
}

.loaded .slideshow__slide.is-selected .hero__link .btn,
[data-aos=hero__animation].loaded .hero__link .btn {
  opacity: 1;
  animation: none;
}

.loaded .slideshow__slide.is-selected .hero__link .btn:nth-child(2),
[data-aos=hero__animation].loaded .hero__link .btn:nth-child(2) {
  opacity: 1;
  animation: none;
}

Thankyou @drakedev for reply . But this code not working out .

Could you check again on this store. Ozeanstore.com .
And let me know the codes. It will be great help