While using the Luna theme on my Big Cartel store, I noticed that the products are hard to see on mobile devices because of the box shadow effect. I found a solution on a Big Cartel help page recommending to add a specific code to the CSS, but when I tried it, it didn't work. The code suggested was:
#product_images li img {
box-shadow: none;
webkit-box-shadow: none
}
Is this code accurate for fixing the issue, or is there a different method I should try?