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...Administration ...Administration ...Change text colorChange text color
Previous
 
Next
New Post
4/8/2006 5:25 PM
 

Hi, I apologize in advance if this is a dummy question but I'm at my wit's end.

Using a slightly modified version of DNN-Blue skin. I'm using a custom version of "gradient_DKBlue.jpg" which I have referenced properly in skin.css. Modified the "color:" in [MainMenu_MenuItem] section to set the text color for the links. So far, works great. However, the "Search" and all text/link items at the very bottom (Copyright, Terms Of Use, etc) still appear in their original color (black). Where can I change this? I have looked and tried multiple things, I guess all except in the correct place. Help!

Thanks!!!

 
New Post
4/8/2006 6:11 PM
 

you can define a class for your copyright in skin.xml

 <Object>
  <Token>[COPYRIGHT]</Token>
  <Settings>
   <Setting>
    <Name>CssClass</Name>
    <Value>footer</Value>
   </Setting>
  </Settings>
 </Object>

in this example it is .footer that I can describe in my skin.css

Salar

 
New Post
4/8/2006 10:53 PM
 

Hi Salar,

Thanks for the reply.

Sorry, but I don't understand how your reply exactly relates to my question. There must be a place that controls the COLOR of the "Search" link text (top), "Copyright..." statement text, "Terms Of Use" link text and "Privacy Statement" link text. I'm able to modify everything else.....

 
New Post
4/8/2006 10:58 PM
 

Salar has explained it perfectly- You define the colour in the CSS file.

EG..

footer {color: red}


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
4/8/2006 11:34 PM
 

Nina and Salar,

My apologies - you're right - I didn't process the info correctly.

Added the snipped provided by Salar to skin.xml

 <Object>
    <Token>[COPYRIGHT]</Token>
    <Settings>
     <Setting>
      <Name>CssClass</Name>
      <Value>footer</Value>
     </Setting>
    </Settings>
  </Object>

+

.footer {
   color: red;
}

as a test to my skin.css. Refreshed the page - nothing changed. What did I do wrong? Does something need to recompile?

Thank you for your patience...

--Jakob

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Change text colorChange text 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