Hi there,
By default on Prestige Theme, on product page (mobile), image slideshow is displayed like this:
And I want to make it look like this:
Is there any way to do this without hiring? I would REALLY appreciate it!
Solved! Go to the solution
Welcome to the Shopify community!
and Thanks for your question.
Please share your site URL,
So I will check and provide a solution here.
This is an accepted solution.
Thanks or details
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media screen and (min-width: 1239px) {
.Product__SlideshowNavScroller {
text-align: center;
}
.Product__SlideshowNav {
display: inline-block;
width: 100%;
}
.Product__SlideshowMobileNav {display: none;}
.Product__SlideshowNavImage {
width: 50px;
height: 50px;
display: inline-block;
margin: 4px !important;
}
}
It works! Thank you so much.
There is just one thing missing, selected image needs to be highlighted with black outline like this:
Thanks for post
.Product__SlideshowNavImage.is-selected {
border: 1px solid;
}
Thank you, however mobile thumbnails break when I select this option to change image grid on desktop:
But now, mobile is broken:
can you please removed the all above code
great, Please add now and let me inform here
User | Count |
---|---|
389 | |
204 | |
123 | |
46 | |
42 |