Title: Display Customization
Last modified: August 31, 2016

---

# Display Customization

 *  Resolved [papadop](https://wordpress.org/support/users/papadop/)
 * (@papadop)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/display-customization-1/)
 * Is it possible to have more example on ways to customize the display of calendars…
   Because switching to version 3.0 changed the displays quite a lot and the new
   displays are not very compact.
 * After quite some try-and-errors, I found that removing the navigation header 
   in calendar-lists is easily done with:
 * .simcal-calendar-list .simcal-calendar-head {
    display: none; }
 * Now I’m trying to compact the grid view. My idea is to remove (or minimize the
   size) f the box below the day number. But even after tweaking for a few hours,
   the only thing I managed to do is to resize days with no events (and not to size
   0) with:
 * .simcal-default-calendar-grid .simcal-no-events {
    display: none; min-height:
   0px; }
 * When I’m trying to do the same with simcal-events-dots, things remain unchanged.
   I’m not a CSS specialist, so I’m surely missing something… Reducing the size 
   of the box would be nice, removing it completely and having just the color code
   on the day number would be even better…
 * Thank’s in advance for any help.
    In case it helps, my website is [http://www.combio06.fr](http://www.combio06.fr)
 * [https://wordpress.org/plugins/google-calendar-events/](https://wordpress.org/plugins/google-calendar-events/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/display-customization-1/#post-6925149)
 * Working on getting out some better documentation and examples for things like
   this is definitely on our long-term to do list. I don’t unfortunately have an
   example already for what you are trying to do, but there are going to be a few
   different things you will need to change likely: the table cells heights and 
   the div inside the table cells come to mind first.
 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/display-customization-1/#post-6925216)
 * I am going to assume this has been resolved since there has not been a reply 
   here recently. Please let us know if you need any further assistance.
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Display Customization’ is closed to new replies.

 * ![](https://ps.w.org/google-calendar-events/assets/icon-256x256.png?rev=1263960)
 * [Simple Calendar - Google Calendar Plugin](https://wordpress.org/plugins/google-calendar-events/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-calendar-events/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-calendar-events/)
 * [Active Topics](https://wordpress.org/support/plugin/google-calendar-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-calendar-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-calendar-events/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/display-customization-1/#post-6925216)
 * Status: resolved