| Removing / hiding the VirtueMart Logo from an empty cart module |
| Friday, 09 October 2009 14:27 |
|
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 { Is the usual path to your template css.  Some people say it should be here /components/com_viruemart/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.  It will hide the logo, but not remove it. So Virtuemart still gets the deserved link to thier site, but your visitors on almost all normal browsers wont know anything about it.  This is the best way to remove it, as it doesnt hack any files, so you are free to update your site and the fix wont be overwritten. Trackback(0)
Comments (7)
![]() written by Kevin , January 06, 2011 I found that this worked on the default main page, and on some of the category pages, but it stayed on other pages. I found this worked (actually I have both changes applied since I'm lazy to undo the last one): http://ninoholic.com/how-to-remove-how-to-remove-virtuemart-logo-in-empty-cart-module-logo-in-cart-module.html Admin Edit - please see the below comment, as this is not the correct way to do this at all. Write comment
|