VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: edudflog on August 08, 2012, 18:19:35 PM

Title: change the font color for the VM Category Module
Post by: edudflog on August 08, 2012, 18:19:35 PM
I am using a template whose background is a light grey.  The default font color for the VM Category module text is something close to white, which is not showing up very well on that page color.

Can someone tell me where to find that parameter to change the font color for VM Category?

Thanks for your patience - I'm really new to this.
Title: Re: change the font color for the VM Category Module
Post by: bytelord on August 08, 2012, 18:29:28 PM
Hello,

You could use firefox with firebug extension to examine your CSS files which is responsible for styling on a template/webpage.

You can find more information on that post that will help you to use firebug and change your CSS as you need and also a very useful joomla article how to change styling in joomla using firebug.

http://forum.virtuemart.net/index.php?topic=102850.0

Hope helps you.

Regards,

BL
Title: Re: change the font color for the VM Category Module
Post by: edudflog on August 08, 2012, 19:19:36 PM
Bytelord:

You have just made my life so much easier.  Thanks for your great suggestion about using firebug.  The perfect tool!

Regards
Title: Re: change the font color for the VM Category Module
Post by: bytelord on August 08, 2012, 19:31:29 PM
Hello,

You are welcome.

Here you can find tones of information regarding CSS styling, examples and references: http://www.w3schools.com/css/
and more specific about adjusting colors: http://www.w3schools.com/cssref/css_colornames.asp

Regards.