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 ...Need Quick Help on Color Change to text on a specific pageNeed Quick Help on Color Change to text on a specific page
Previous
 
Next
New Post
9/22/2006 11:21 AM
 

I am using the calendar module from © Intellisoft --- and it seems to be a really cool, robust calendar module except for designers it isn't clear how to change colors of titles, text, etc.....    the site I have it installed is http://www.brookwoodbroncos.org/portal/Calendar/tabid/59/Default.aspx

As you can see, the site is red/maroon laden and the text inside the day squares in the month view are BLUE.... I have been able, through support from the creator and from messing around with it myself, to change most text colors.... EXCEPT this darn blue text.... does anyone have any idea how this can be changed?  If so can you give a step-by-step instruction to a designer... thanks

 
New Post
9/22/2006 5:27 PM
 

I m not familiar with this module in terms of its location within your file structure but I can show you how to update the module.css file which has the styles for your events module that comes with DNN.  Im sure this will answer your question.

Assuming we wanted to change the color of the links that are on the DNN events module calendar.  You will simply follow this path in your file manager:

domain.com\wwwroot\DesktopModules\Events\module.css

You will find this area of the style sheet and I can bet you that the BLUE in your events module is in a similar area to ".EventSelectedDay"  Change the are where the BLUE is and this will take care of the problem.

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
 font-weight: bold;
 color: #0000ff !important;
 background-color: darkgray;
}

.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
 color: BLUE !important;
 font-weight: bold;
}

.EventSelector
{
 background-color: #c0c0e0;
}

 

 

 

Hope this helps

 

-Mark Wilson

 
New Post
9/24/2006 9:32 AM
 
Mark, thank you so much.... your suggestion to study the module.css in events did the trick... thanks again.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Need Quick Help on Color Change to text on a specific pageNeed Quick Help on Color Change to text on a specific page


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