Hi, I’m using the latest version of the Motion theme and need help customizing the product page image view specifically for mobile views. I want to:
- Hide product thumbnails
- Add slider dots
- Keep videos visible
These customizations should only apply to mobile views. I’ll attach a reference website that shows the desired layout. Could you please assist me in achieving this customization?
Reference website: https://3zc4f7ldmxyjyogu-67925410094.shopifypreview.com
My Website: https://r4mdtvb347tr5fea-67925410094.shopifypreview.com
Thanks in advance
In your refference site they mainly modify the product page flickity js call to show doted. can you check your theme has any option for product thum to show pagination. Then they used this bellow CSS to show the video icon , for the position 4.
.product__photos .flickity-page-dots li[aria-label="Page dot 4"] {
background: transparent !important;
background-image: url(//site url/shop/t/118/assets/play-button.png?v=155158066558322282441739950074) !important;
background-size: contain !important;
background-color: #f5f5f5 !important;
background-repeat: no-repeat;
border: 1px solid;
height: 18px;
width: 18px;
vertical-align: unset;
margin-bottom: -1px;
}