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 ForumsEventsEventsCustom Theme on 5.1.2Custom Theme on 5.1.2
Previous
 
Next
New Post
6/27/2010 2:46 PM
 
Hey there,

I am trying to create a custom theme that will match my site.  I am using the 5.1.2 RC and used the MinimalExtropy theme as my base.  I have worked my way through the Month and Week views to make everything look like I want it to, but in the list view I cannot seem to find the css object that will change the color of the Header text in the list view.  I thought it would be .ListHeader, but that doesn't seem to ahve any affect.  Can you tell me what part I need to change to get this text color to change

Thanks,
Andrew
 
New Post
6/27/2010 3:21 PM
 
Hi Andrew.

One way to identify the right class is to use the IE developer tools in IE, or Firebug in Firefox (or Chrome I think). In IE 8, just press F12, and it will bring up a window which then allows you to click on the element you want to identify and look at (and change) the attributes of it. It will take a little playing to work your way around it.

The headings of the list view are clickable, so they will be 'a' tags. So I expect you will need to add an extra line in you css, something along the lines of:-

.ThemeXXXXX .ListHeader a {color:#ffffff;}

If that doesn't work add '!important' before the semi-colon, since there may be a setting in another css file forcing itself on you. !Important puts this as the top priority for the style. I'm sure someone will say that isn't how to do it, but I'm not a css/xhtml specialist :-)

Cheers
Roger

DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
6/27/2010 6:04 PM
 
Thanks for the tip Roger.  I am no css/xhtml specialist either, but you gave me enough to figure it out.

I added the following lines into my skin file and it did exactly what I wanted it to.

.ThemeOrderOfIsisEventsSkin .ListHeader a,.ThemeOrderOfIsisEventsSkin .ListHeader a:visited,.ThemeOrderOfIsisEventsSkin .ListHeader a:hover {
font-size:12px;
font-weight:700;
color:#FFF;
}

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsCustom Theme on 5.1.2Custom Theme on 5.1.2


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