Hi,
I would like to remove the preview (peekaboo) side image you can see on the mobile product page for the IMPULSE THEME
This is my dev URL:
https://upjsqqwanc6j63ye-9343824.shopifypreview.com
I would like to function as it does currently on my live site: https://www.colettejewelry.com/collections/necklaces/products/madonna-necklace
1 Like
@devops-bd
Thanks for post
- Go to Online Store->Theme->Edit code
- Asset->/theme.css->paste below code at the bottom of the file.
@media only screen and (max-width: 768px) {
.product__main-photos .slick-list {
padding-left: 0;
padding-right: 0;
}
}
1 Like
Worked perfectly. Much Appreciated. Thank you, Ketan Kumar
1 Like
@devops-bd
Thanks for update and support.
1 Like
can you please help to remove saved amount on impulse theme it shows on collection page and product page