Repeating of the main image in the additional pictures

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 04, 2012 4:26 pm
Reply with quote
Report this post
Hello everyone!

I have an issue with vitruemart/bikestore, this is my actual product page:

http://cubomusic.com/index.php/studio-h ... 4-2-detail

I need it to not repeat the product's main image in the additional images, how can I do it?

Thanks

Bye

Andrea
User avatar
Fresh Boarder

Konrad M
Thu Oct 04, 2012 4:34 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
.additional-images .product-thumb:first-child {
display:none;
}

and remember to enable override.css option in template settings
User avatar


cron