I am using the Luna theme on big cartel, but when viewing on a mobile device the products become difficult to see due to the box shadow. I came across a help page from big cartel that suggested copying a code into the CSS but this did not change it. The code was as follows:
#product_images li img {
box-shadow: none;
webkit-box-shadow: none
}
Is this code correct or is there another way I could change this?