How to remove Slide Animation in Impulse theme

Solved

How to remove Slide Animation in Impulse theme

Moeez
Tourist
5 0 4

Hello everyone is there anyway from which i can remove slider animation in shopify impulse theme i tried various  methods but failed Screenshot (410).png

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1738 522 584

This is an accepted solution.

HI @Moeez , 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1727576587679.png

 

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

 

@media only screen and (max-width: 768px) {
    .grid-overflow-wrapper {
        overflow-x: scroll;
        scrollbar-width: none !important;
    }
}

 

 

Step 3: Save and reload home page.

=>> The result: 

BSSCommerceB2B_2-1727576628191.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir!

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

BSSCommerce-B2B
Shopify Partner
1738 522 584

This is an accepted solution.

HI @Moeez , 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1727576587679.png

 

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

 

@media only screen and (max-width: 768px) {
    .grid-overflow-wrapper {
        overflow-x: scroll;
        scrollbar-width: none !important;
    }
}

 

 

Step 3: Save and reload home page.

=>> The result: 

BSSCommerceB2B_2-1727576628191.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir!

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Moeez
Tourist
5 0 4

Thanks Buddy 😘

BSSCommerce-B2B
Shopify Partner
1738 522 584


Hi my friend @Moeez , 

We're happy to see that our suggestion helped you solve the issue. 

Glad to help 😍

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now