I have created a new skin and I would like to use the login skin objects as illustrated in the DNN DarkKight skin.
I looked into the DarkKight skin to find the following:
<div id="Login">
<dnn:USER ID="dnnUser" runat="server" LegacyMode="false" />
<dnn:LOGIN ID="dnnLogin" CssClass="LoginLink" runat="server" LegacyMode="false" />
<dnn:LANGUAGE runat="server" id="dnnLANGUAGE" showMenu="False" showLinks="True" />
</div>
This works fine, however the skin I am developing has a black background and the links within the skin objects are a dark blue and don't show up very clearly. I can't figure out how to change the color of these links. I'd appreciate any help anyone could provide.
Thanks,
Bill