Try this:

In your CSS stylesheet file declare the classes and add an *!important* at
the end of the line. Notice the exclamation point (!) before *important*.

This should override other declarations, if any.

.footer1 {color: #F03 *!*important;}
.footer1 {color: #C00 *!*important;}

2012/2/15 David Roth <davidalanr...@gmail.com>

> You might not believe this, but I can't find the CSS in Joomla 2.5.1
> for footer1 or footer2. Is this not assigned all the time? Or is it
> generated with through the magic of PHP and that's making it hard to
> find?
>
> <div class="footer1">Copyright © 2012 My Little Test. All Rights
> Reserved.</div>
>
> Assuming footer1 and footer2 isn't assigned all the time, where should
> it be? template.css?
>
> In case you are wondering why I want to know this, I want to be able
> to use a different font color for footer2. Thanks!
>
> David Roth
> _______________________________________________
> New York PHP SIG: Joomla! Mailing List
> http://lists.nyphp.org/mailman/listinfo/joomla
>
> NYPHPCon 2006 Presentations Online
> http://www.nyphpcon.com
>
> Show Your Participation in New York PHP
> http://www.nyphp.org/show_participation.php
>



-- 
Helvecio "Elvis" da Silva
Rio de Janeiro - Brasil - helvecio...@gmail.com
http://www.helvecio.com - http://blog.helvecio.com
_______________________________________________
New York PHP SIG: Joomla! Mailing List
http://lists.nyphp.org/mailman/listinfo/joomla

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to