Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Login / Register ColorLogin / Register Color
Previous
 
Next
New Post
7/27/2007 12:03 PM
 

This is bound to be an easy one!  I modified my skin (mainly to change the colors) but I have one font color I can't find anywhere.  The menu bar is a "Vista" type bar that is black on bottom and fades to gray on top.  My menu fonts are now white but the Register/Login fonts are a darkish blue and I can't find anywhere to change them.

 
New Post
7/27/2007 4:54 PM
 

The quick and dirty way I do this (and I haven't been officially "corrected" yet) is this:

View Source of the page, you should see the following or similar where the Login link is:

<a id="dnn_dnnLOGIN_hypLogin" class="SkinObject" href="http://www.somedomain.com/Home/tabid/36/ctl/Login/Default.aspx">Login</a>

so simply go into your skin.css file and make the following entry:

#dnn_dnnLOGIN_hypLogin { color: #0f0; }

do the same for the Register token. You could also define the a.SkinObject:link class as well but that will reflect on all the <A> objects with the SkinOject class. This method targets the Login and Register directly.

SB


Wells Doty Jr
Online Content Development
 
New Post
7/27/2007 5:01 PM
 

Sounds good to me!  Thanks for the info.


Tony

 
New Post
8/1/2007 2:36 PM
 

Since id is listed first, and class is listed second, wouldn't anything in the class, over write what's in the id?

So if color:#FFF; is in the id, it would be over written by the class if it also has a color:#000; for instance..

Is that correct?

 
New Post
8/2/2007 10:14 AM
 

That was my understanding as well at first, but I believe it has more to do with the Cascading nature of CSS.... whereas: .skinobject will reflect on items with the class "skinobject" however, the ID of #div1 would override it, unless there were a specific rule targeted at #div1.skinobject. I could be wrong, as I still haven't had any coffee this morning, but I beleive that's the proper order. If anyone who is more versed in CSS could correct me, that would be great.

Thanks!
SB

 


Wells Doty Jr
Online Content Development
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Login / Register ColorLogin / Register Color


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out