VirtueMart Forum

VirtueMart 2 + 3 + 4 => Security (https) / Performance / SEO, SEF, URLs => Topic started by: artifactis on January 22, 2013, 09:51:28 AM

Title: Hide image subtitles
Post by: artifactis on January 22, 2013, 09:51:28 AM
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

Title: Re: Hide image subtitles
Post by: jjk on January 25, 2013, 15:37:02 PM
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;}