This is a migrated thread and some comments may be shown as answers.

Changing the color

3 Answers 49 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
L
Top achievements
Rank 1
L asked on 13 Feb 2012, 02:44 PM
hi

How do i change the color using css on the header? I have attached a picture on the area i want to change. Thanks

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 13 Feb 2012, 03:22 PM
Hello,

Try the following CSS to the change the color of headers
CSS:
<style type="text/css">
.RadScheduler_Default .rsHeader ul span,.rsHeader a,.rsHeader h2
{
 color:Red !important;
}
</style>

Thanks,
Princy.
0
L
Top achievements
Rank 1
answered on 14 Feb 2012, 04:19 AM
hi

It did change but part of it only. I have attached a sreenshot of the outcome.
0
Princy
Top achievements
Rank 2
answered on 14 Feb 2012, 08:49 AM
Hello,

Try the following CSS.
CSS:
.RadScheduler_Default .rsHeader p, .rsHeader h2,.rsHeader ul
{
 background-color:Red  !important;
}

Thanks,
Princy.
Tags
Scheduler
Asked by
L
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
L
Top achievements
Rank 1
Share this question
or