Make image bigger

Make image bigger

projectthirteen
Excursionist
51 0 4

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

 

 

IMG_1548.PNG

IMG_1549.PNG

Replies 2 (2)

Liquid_xPert_SJ
Shopify Partner
1176 130 167

@projectthirteen 

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>

 

 

 

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂

steve_michael2
Excursionist
82 11 17

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!

Crafting exceptional online experiences with innovative design and technology.