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

What is this menu called? How (CSS) do I customize it?

1 Answer 39 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Kerry
Top achievements
Rank 1
Kerry asked on 24 Jul 2013, 05:31 AM
Just wondering what this menu is called. It is boxed in red in the attached image. It appears when clicking the Month Year (July 2013) in the smaller calendar.

Also, what CSS do I use to change the formatting of it? Basically, I just want to change the month and year entries to be black text.

Thanks,
Kerry Wano

1 Answer, 1 is accepted

Sort by
0
Accepted
Boyan Dimitrov
Telerik team
answered on 26 Jul 2013, 02:09 PM
Hello Kerry,

Please use the following styles to achieve the desired appearance effect.
//css
<style type="text/css">
       html .RadCalendarMonthView a {
           color: black;
       }
   </style>


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Scheduler
Asked by
Kerry
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or