原文地址:
http://www.newworlddesigns.co.uk/blog/removing-hiding-the-virtuemart-logo-from-an-empty-cart-module/
I have wrote many times on the VirtueMart forums, on how to remove/hide the VirtueMart logo fro the Virtuemart Cart Module, but thought I would add it in here as well.
.vmCartModule img {
display: none;
}
If you add this to your main template style sheet and refresh your page, it should work, you may need to do a cache refresh as well by holding down Shift+Reload (Shift+F5)
/templates/xxxxx/css/template.css
Is the usual path to your template css.
Some people say it should be here
/components/com_virtuemart/themes/theme.css
But to be honest it makes no difference at all, as long as it is loaded in, it can be anywhere you like.