Design and CSS styles
Version 5.x > Design and CSS styles > Calendar View modes: 
User avatar
Member
Member
shkodraan-msn - 5/6/2011 11:39:18 AM
   
Calendar
Hi to all, I was wondering if someoun could me to make my calendar look like this:

User image



User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 5/9/2011 4:20:34 AM
   
RE:Calendar
Hi

Since Event calendar is based on standard ASP.NET calendar, you can take advantage of skins. Appropriate skin file is located in: '~/App_Themes/folder_with_the_same_name_as_your_main_css_stylesheet/default.skin'. You'll see that there is definition of calendar with skinID EventCalendar, which is also referenced in the Event calendar webpart. This way you can then change calendar's attributes and CSS classes. You can refer to them in your CSS stylesheet afterwards. Furthermore, Firebug and HTML source code inspecting will be helpful for you.

Best regards,
Ivana Tomanickova