VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: vilesyn on July 10, 2012, 13:19:46 PM

Title: Changing VMIcons
Post by: vilesyn on July 10, 2012, 13:19:46 PM
I've been wanting to change a few icons built into the system, but after looking through the code they are called from css class function "vmicon". Where is the css that handles these views? For example, the trash can, and refresh icons in the cart (vm2-remove_from_cart, vm2-add_quantity_cart). I'm guessing once I find these, I can add them to the my template with the different image in the template CSS, but I need to find the original to start.

Thanks in advance.
Title: Re: Changing VMIcons
Post by: John2400 on July 10, 2012, 14:16:44 PM
You will find these :  in the configuration settings, templates>> under Mediia Assets URL -   components/com_virtuemart/assets/images

Title: Re: Changing VMIcons
Post by: vilesyn on July 21, 2012, 19:51:49 PM
Ah nice. Thank you very much, and sorry for the late reply. :)