Hello,
I use Template builder with "products" but I do not want "details" and "add to cart" display
I added a CSS :
#top div .thumbnail_container .add_to_cart_button
{
display: none;
}
#top div .thumbnail_container .show_details_button{
display: none;
}
it works well but I want the images are clickable (not just the links...), I not want use the codeas you explain here : http://www.kriesi.at/support/topic/how-to-hide-add-to-card-and-show-details, because it is only on 1 page (my frontpage) not on all pages
actually I want something like that : http://www.boudoirsduboutdumonde.com/wordpress/?post_type=product
watch the first 8 pictures
best regards
Thank you for your response that many people are interested














