VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: dj55b on July 06, 2012, 22:42:45 PM

Title: Changing font size on registration and address page.
Post by: dj55b on July 06, 2012, 22:42:45 PM
Hi Guys,

Just wondering how to change the font size show in here. Its way too big, and looks unprofessional.

[attachment cleanup by admin]
Title: Re: Changing font size on registration and address page.
Post by: dj55b on July 07, 2012, 01:46:06 AM
Forgot to mention, using VM 2.0.8, and joomla 1.5
Title: Re: Changing font size on registration and address page.
Post by: srajca on July 07, 2012, 12:56:16 PM
use firebug to see which style it is calling and then change the font-size: to something else.
Title: Re: Changing font size on registration and address page.
Post by: dj55b on July 08, 2012, 00:22:39 AM
Ive never used firebug, but looking it up on google chrome, I can see the coding and where it needs to be changed. I just don't know how to locate that specific file.

[attachment cleanup by admin]
Title: Re: Changing font size on registration and address page.
Post by: srajca on July 09, 2012, 22:03:02 PM
in your panel of chrome on the right side it says template.css or any other css. It also tells you the line. SO all you need to do is open that css file in that line and change it to what you saw you need to do in the front-end.
Let me know how it goes.

oh and to access the virtuemart css file go to components/com_virtuemart/assets/vmsite-ltr.css
and your template should be here - templates/YOURTEMPLATE/.....css or another subfolder and template.css
Make sure you do an override - see here;
http://forum.virtuemart.net/index.php?topic=90935.msg298367#msg298367
Title: Re: Changing font size on registration and address page.
Post by: jenkinhill on July 09, 2012, 23:29:50 PM
dj55b read this with links to Firebug tutorials.  http://forum.virtuemart.net/index.php?topic=102850.0