Shopify themes, liquid, logos, and UX
Hey all, can anyone help me remove the image slider just below the product images (like the image below) so that it looks like the reference ive provided on mobile (so that the image sits just above the product title)
Any help would be greatly appreciated.
Im using the spotlight theme btw.
URL: https://project-thirteen.com.au/products/raw-hem-trousers
please refer to the below code.
Option 1: please add below code in base.css file
@media screen and (max-width: 767px) {
.product__media-wrapper .slider-buttons.no-js-hidden.quick-add-hidden {
display: none;
}
}
OR
Option 2 : Paste below code into theme.liquid file before </body> tag
<style>
@media screen and (max-width: 767px) {
.product__media-wrapper .slider-buttons.no-js-hidden.quick-add-hidden {
display: none;
}
}
</style>
Hi @projectthirteen , I hope you are doing well.
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </body>
<style>
@media screen and (max-width: 767px) {
.product__media-wrapper .slider-buttons.no-js-hidden.quick-add-hidden {
display: none !important;
}
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
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