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

Hide alll header information

2 Answers 65 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Regula
Top achievements
Rank 1
Regula asked on 05 Sep 2011, 10:45 AM
/Hi there.

I'm looking for a  someway to hide the header scheduler. I've already be able to hide almost everything from the header but I don't now how to hide the week days. I don't want to use the "no header" option because in such way the scheduler will luck ugly without any header. So I want keep the header but with no information in it. 

Here is the far I could go: http://imageshack.us/photo/my-images/839/v079.jpg/
As you can see I have the "9/19/2011 - 9/23/2011" information. How can I hide that information. 

Best regards

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 05 Sep 2011, 11:15 AM
Hello Regula,

Try the following CSS to hide the week day information.
CSS:
.RadScheduler .rsHeader h2
{
    display:none !important;
}

Thanks,
Shinu.
0
Regula
Top achievements
Rank 1
answered on 05 Sep 2011, 11:23 AM
Wow! It worked!

Thanks for the quick reply!
Tags
Scheduler
Asked by
Regula
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Regula
Top achievements
Rank 1
Share this question
or