Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025