Shopify themes, liquid, logos, and UX
Hello. I was just wondering how I can make my slideshow look like the one these guys have over here:
With the little lines that load rather than the dots and arrows we have on our home page here:
Hey @RepLift
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (min-width: 768px) {
.slider-counter__link--dots .dot {
width: 6rem !important;
border-radius: unset !important;
}
.slider-button {
display: none !important;
}
.slideshow__controls--top {
margin-top: -45px;
border: unset !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello. Thank you lots for your reply however the bars don't do the loading effect and dont automatically move to the next slide.
Also, if you see in the example website: https://tuff-collective.com/ the loading bars or in the image of the slideshow. Not below
Hi RepLift,
you will need to modify the slideshow navigation indicators and animations.
Edit the theme code:
Online Store > Themes > Actions > Edit Code.
Modify the CSS for Navigation Dots:
.slider-button {
display: none !important;
}
Hi @RepLift ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
@media screen and (min-width: 768px) {
.slider-button {
display: none !important;
}
.slider-counter__link--dots .dot {
width: 5rem !important;
border-radius: unset !important;
}
.slideshow__controls--top {
margin-top: -40px;
border: unset !important;
}
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Hi @RepLift
Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code.
Result:
<style>
body .slideshow__autoplay,
body .slider-button {
display: none;
}
@keyframes slideInFromLeft {
0% {
transform: translateX(-100%); /* Start off-screen (to the left) */
}
100% {
transform: translateX(0); /* End at its normal position */
}
}
body .slider-counter__link .dot {
position: relative;
overflow: hidden;
background: #ffffff85 !important;
width: 5rem;
border-radius: 0;
}
.slider-counter__link .dot:after {
transform: translate(-100%);
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
background: #fff;
}
.slider-counter__link--active .dot:after {
animation: slideInFromLeft 3s ease forwards;
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025