Hello
I have use CSVI to upload my products and images
i chose the fill media fields option which is great!
however i would like to hide the image subtitles when the image is displayed
is this what im looking for, or is there a way through the VM interface in the backend
<span class="vm-img-desc"></span>
i could change this by disabling the fill media fields but i would like to retain this setting
To hide the description under Mini Thumbnails,
change it in the file ...\components\com_virtuemart\assets\css\vmsite-ltr.css.
.vm-img-desc{display:block;}
to
.vm-img-desc{display:none;}