NYCPHP Meetup

NYPHP.org

[joomla] div class="footer1", where is the CSS for this?

Helvécio da Silva helvecio.rj at gmail.com
Sat Feb 18 08:18:30 EST 2012


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 <davidalanroth at 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.rj at gmail.com
http://www.helvecio.com - http://blog.helvecio.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/joomla/attachments/20120218/2af5f7be/attachment.html>


More information about the Joomla mailing list