Hi, I have Joomla 3.4.8 and VM 3.0.12
How can i change text color of the box that appears after adding product to cart? right now it says "continue shopping" and "show cart" but if i edit that text color to red with developer tools for example, it also affects the product page text, but i only want to edit the product added message text, i want "show cart" to be red color, but if i change it also affect many other texts in joomla.
Is there an extension to better the look of the product added to cart message?
Thanks
Edit components/com_virtuemart/views/cart/tmpl/padded.php to add an id to the links, usse the edited file as a template override and then apply your css styles to the id.
http://docs.virtuemart.net/tutorials/templating-layouts.html