After a week of looking through the forums, and a few days after asking, I finally found out the answer to this with some poking.
In the stylesheet I found:
Code:
.attribImg {
width:20%;
margin:.3em 0;
}
and changed it to read:
Code:
.attribImg {
display: none
/*width:20%;
margin:.3em 0;*/
}
This removded the unwanted images.
Now, my last question I can see before putting the site fully live, is when one of your attributes only has 1 option like Size>One Size....can you remove the radio button above the grid as in the second picture in my first post?