 Tina
|
Hi! Just started fiddling with your plugin…looks really awesome! Quick question…on the single product page there are 2 thumbnails…small and larger…how do we eliminate the smaller? Seems really redundant to have both. I’m sure there’s a simple way to do it, I’m just not seeing it so far.
Thanks in advance!
|
 wham
|
The thumbnail becomes useful when you have more than one image, like here: http://dukapress.org/demo/products/pea-earings/
Otherwise, you can remove via CSS. Put this in your theme’s CSS:
.dpsc_image_tab {
display: none;
}
|
 Tina
|
Thank you! I hadn’t realized that was its purpose! Will have to add more images then!
|