VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: smird on April 01, 2013, 09:26:51 AM

Title: How to change a font in VM?
Post by: smird on April 01, 2013, 09:26:51 AM
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
Title: Re: How to change a font in VM?
Post by: jenkinhill on April 01, 2013, 11:51:38 AM
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
Title: Re: How to change a font in VM?
Post by: smird on April 01, 2013, 13:29:27 PM
Thanks for advice, jenkinhill

Will try