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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025