Dear All, advice is needed!
I use J2.5.9 and VM 2.0.20b
How to change a font in VM? I want to change the font and set a new one (neither curier nor san-serif).
I have tried to change the default css in my template, but it affected all menues, except VM.
Do I need to change manually all styles in VM css or is there any other way?
Regards,
Alexander
Use Firebug to look at the code and the classes already used, and add a style for them to your Joomla template css. http://forum.virtuemart.net/index.php?topic=102850.0
eg to style the whole VM product details page maincontent the div class to use is .productdetails-view
Thanks for advice, jenkinhill
Will try