How can I customize pagination with showing progress rate on Dawn theme?

How can I customize pagination with showing progress rate on Dawn theme?

winggor
Visitor
1 0 0

Hi all

winggor_1-1724651849404.png

 

I am using Shopify Dawn v 15.0.2 and want to change the pagination style of the image slideshow from dots to lines/bars just like this,each line will show the progress rate of the current image showing by highlight the line 

This is what I want it to look like:

and there is a reference site: https://satisfyrunning.com/

winggor_0-1724651761974.png

Any help would be amazing, thank you!

 

 

Reply 1 (1)

Dawood_Mirza_
Trailblazer
128 18 28

Hi @winggor 

 

You can achieve a similar look like this by adding custom css

 

 

 

.slider-counter__link--dots .dot {
  width: 50px !important;
  height: 2px !important;
  border-radius: 0 !important;
}

 

 

Go to your online store > themes > current active theme > customize > click slideshow section> in rightside scroll down you can see place to add custom css> paste the above code. Screenshot attached for reference

Dawood_Mirza__0-1724653471733.png

 

 

 

I hope your issue will fix by this solution

If you need further assistance, feel free to reach out!

Regards,
Dawood

Want to work with me - dawoodmirzabusiness@gmail.com
Don't forget to like and mark it as Solution if it was helpful to you.