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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListCSS for Column Names in display?CSS for Column Names in display?
Previous
 
Next
New Post
12/14/2007 10:25 AM
 

I can't seem to find the CSS Class that controls the font color of the header text on the table. Does anyone know offhand?

I tried:

.UDT_Table_Head {
background-color: #BC7D20;
color: Black;
}

But the text is still blue...

Great module!
Thanks

 
New Post
12/14/2007 11:13 AM
 

if the head is clickable, it is a link and you need to specify

a.UDT_Table_Head:link, a.UDT_Table_Head:visited, a.UDT_Table_Head:active, a.UDT_Table_Head:hover {
background-color: #BC7D20;
color: Black;
}


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/14/2007 11:29 AM
 

Good thought, but sadly, the column headers aren't links, just bolded blue text. I updated my CSS with your code just in case there ever is a link there, but it didn't fix the problem.

Could it be something overriding the CSS code?

 
New Post
12/14/2007 12:41 PM
 

have you checked the settings in Manage Tables? see also the User manual for details.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/14/2007 1:05 PM
 

I changed the XSL table to "Advanced" and the column headers did become links (to sort)... but even as links, they don't use the code for the UDT_Table_Head class.

I'll look through the manual again, but I didn't see anything on controlling style outside of the CSS classes. I even tried adding a style property to the Table tag that defined color:black, but I got an Object Error when trying to use the modified XSL.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListCSS for Column Names in display?CSS for Column Names in display?


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