Shopify themes, liquid, logos, and UX
Hi All,
I have setup the store using Minimog Shopify theme and I am trying to remove the product gallery as shown in the image. Can you kindly let me know how to hide or remove the gallery across all product pages.
Solved! Go to the solution
This is an accepted solution.
Hey @dv18,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.m-product-media--slider__thumbnails {
display: none !important;
}
.swiper-pagination {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
@dv18 Hope you are doing well.
Please check your theme customize setting options. You'll find the options there. if not you can make it possible by adding some CSS.
Could you please share your Store URL? so can check and guide you
Thanks for your response. I have checked the options and there is no option to remove or hide the section.
Store URL: https://www.institches.ke/products/ganga-acrowools-blankie-yarn
Thanks
@dv18 please add the below line of CSS code at the end of your base.css file.
body .m-product-media--slider__thumbnails{
display:none;
}
This is an accepted solution.
Hey @dv18,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.m-product-media--slider__thumbnails {
display: none !important;
}
.swiper-pagination {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thanks a lot. It worked.
Hi @dv18
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.m-product-media--slider__thumbnails {
display: none !important;
}
.swiper-pagination {
display: none !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi Richard,
I have the same issue as Dv18 but can't resolve it using your solutions. I just purchased the Empire theme so I could upgrade my site from "supply" to the new one (for better functionality) and can't find a bas.css file in the code areas. I paste the code you provided into my theme.liquid file and that didn't do anything. The theme.quid also did not have a closing </head> tag. Can you please advice? This is an example of my duplicate image variant products: https://inspireamind.com/collections/camarose/products/camarose-midnatsol-alpaca-merino-tencel.
Thank you - I appreciate you time!
Sus
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024