Solved

Streamline Theme - Collection Grid/ Collection page - hover effect

Marvist
Excursionist
20 0 3

Hi

When mouse over the image in the collection as illustrated below, an underline appears which runs from left to right, while at the same time alternate product image appears slow-mo. 

How can I remove this "running underline" and simultaneously increase the speed of the alternate product image? 

 

Thanks for your attention. 

Underline left to right.PNG

Accepted Solution (1)
PeanutButter
Shopify Partner
385 67 182

This is an accepted solution.

Hi @Marvist,

I have made a copy of your theme and named it Streamline By Peanuts.  There I have implemented both changes related to the product slider:

1- Remove the progress bar:

This was accomplished by adding this add the end of Assets/theme.css.liquid:

/*************************************************/
/*** customizations by https://peanutbutter.es ***/
/*************************************************/

/* Hide product slide progresion bar */
.product-slider.slick-initialized:after {
  display: none;
}

 

2- Make the loop through images quicker

By default the time spent on each slide is set to 1050ms (a little above 1 second).  I have set this to 750ms (about 3 quarters of the default).  Let me know what you think about the current speed.

 

Peanut Butter Collective | Shopify Experts
- Was my reply helpful? Please Like and Accept Solution.
- Want to customize and improve your store? Hire us.
- Feel free to contact me us hello@peanutbutter.es

View solution in original post

Replies 23 (23)