How can I remove slideshow animation from the Impulse theme?

How can I remove slideshow animation from the Impulse theme?

Digital_Imran
Shopify Partner
289 2 43

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

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.
Replies 2 (2)

drakedev
Shopify Partner
703 152 244

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;
}

 

 

If my answer was helpful click Like.
If the problem is solved remember to click Accept Solution.
Shopify/Shopify Plus custom development and support: You can hire me for simple and/or complex tasks.
Digital_Imran
Shopify Partner
289 2 43

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

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.