when i click on an empty 'cart' i see a virtuemart logo, is it possible to remove this image? where do i start to search to remove this? is it entered somewhere in the language files?
regards, Geert
.gk_popup_wrap .vmCartModule a img {
display:none;
}
I found this solution in this forum and am applying this solution, but i could not find the link in the code anywhere in the "mod_virtuemart_cart.php" which is the module in cart position. Is the virtuemart.net link located elsewhere?
Thank you
<a href="http://virtuemart.net/" target="_blank">
<img src="<?php echo $mm_action_url ?>components/com_virtuemart/shop_image/ps_image/menu_logo.gif" alt="VirtueMart" width="80" border="0" /></a>
<br />
<!--<a href="http://virtuemart.net/" target="_blank">
<img src="<?php echo $mm_action_url ?>components/com_virtuemart/shop_image/ps_image/menu_logo.gif" alt="VirtueMart" width="80" border="0" /></a>
<br />-->