A user wants to hide the thumbnail carousel variant on product pages in the Dawn theme for both desktop and mobile layouts, similar to an example store they found.
Solution Provided:
- Add custom CSS code to the
theme.liquid file before the </head> tag
- The code targets the thumbnail slider element with display properties to hide it
- Original poster confirmed the solution worked successfully
Ongoing Issue:
Another user (LiamLogan6037) attempted the same fix but encountered a problem where all product images disappeared instead of just the thumbnails, requiring them to remove the code. This suggests the solution may need adjustment depending on specific theme customizations or versions.