Navigation Portlet Font color

2 messages Options
Embed this post
Permalink
hannesc () Navigation Portlet Font color
Reply Threaded More More options
Print post
Permalink
I am busy developing a theme as a standalone product, and I got everything the way I like it, well mostly. I just can't seem to find where to find the classes that changes the font color of the Items in the Navigation Portlet. I have tried all the standard classes in the navigation.css file, but these don't seem to change a thing.

Can anybody please help. Like I said, this is the only thing that I just can't figure out.
silvio.t () Re: Navigation Portlet Font color
Reply Threaded More More options
Print post
Permalink
On Tue, Jan 6, 2009 at 12:08 PM, hannesc <[hidden email]> wrote:

I am busy developing a theme as a standalone product, and I got everything
the way I like it, well mostly. I just can't seem to find where to find the
classes that changes the font color of the Items in the Navigation Portlet.
I have tried all the standard classes in the navigation.css file, but these
don't seem to change a thing.

Is this what you need?

dd.portletItem .navTreeItem a {
    color: red;
}

dd.portletItem .navTreeItem a:visited {
    color: blue;
}

dd.portletItem .navTreeItem a:hover {
    color: black;
}

Do you use Firebug? It's an invaluable time saver when it comes to css.

        Silvio


_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui