On Tue, Jan 6, 2009 at 12:08 PM, hannesc <span dir="ltr">&lt;<a href="mailto:hannes@opennetworks.co.za">hannes@opennetworks.co.za</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I am busy developing a theme as a standalone product, and I got everything<br>
the way I like it, well mostly. I just can&#39;t seem to find where to find the<br>
classes that changes the font color of the Items in the Navigation Portlet.<br>
I have tried all the standard classes in the navigation.css file, but these<br>
don&#39;t seem to change a thing.<br>
</blockquote><div><br>Is this what you need?<br><br>dd.portletItem .navTreeItem a {<br>&nbsp;&nbsp;&nbsp; color: red;<br>}<br><br>dd.portletItem .navTreeItem a:visited {<br>&nbsp;&nbsp;&nbsp; color: blue;<br>}<br><br>dd.portletItem .navTreeItem a:hover {<br>
&nbsp;&nbsp;&nbsp; color: black;<br>}<br><br>Do you use Firebug? It&#39;s an invaluable time saver when it comes to css.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Silvio<br></div></div><br>