Title: Remove Weekends?
Last modified: March 11, 2020

---

# Remove Weekends?

 *  Resolved [mooresites](https://wordpress.org/support/users/mooresites/)
 * (@mooresites)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/remove-weekends-2/)
 * Man, I’m excited I found this plugin. I wondered if it’s possible to omit Sunday
   and Saturdays from the grid?

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

 *  Plugin Author [Room 34 Creative Services, LLC](https://wordpress.org/support/users/room34/)
 * (@room34)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/remove-weekends-2/#post-12532499)
 * The plugin doesn’t offer this feature directly, and I’m unlikely to add it as
   I haven’t seen much interest in it… but there _is_ a way to do it fairly easily
   with a bit of CSS, which you can add to your theme or in the Customizer (**Appearance
   > Customize > Additional CSS**):
 *     ```
       .ics-calendar tr > *[data-dow='0'],
       .ics-calendar tr > *[data-dow='6']
       { display: none; }
       ```
   
    -  This reply was modified 6 years, 3 months ago by [Room 34 Creative Services, LLC](https://wordpress.org/support/users/room34/).
 *  Thread Starter [mooresites](https://wordpress.org/support/users/mooresites/)
 * (@mooresites)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/remove-weekends-2/#post-12532558)
 * Dude, lightning response! Thanks!
 *  Thread Starter [mooresites](https://wordpress.org/support/users/mooresites/)
 * (@mooresites)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/remove-weekends-2/#post-12532568)
 * While I’m at it, I can’t find (under advanced) where to hide the legend at the
   top with the checkmarks (using multiple feeds). That doable? Excited to see how
   the Pro shapes up. This may be just what I need! Here’s my example page: [https://1stchanceryms.com/test-calendar/](https://1stchanceryms.com/test-calendar/)
 *  Plugin Author [Room 34 Creative Services, LLC](https://wordpress.org/support/users/room34/)
 * (@room34)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/remove-weekends-2/#post-12532605)
 * That’s another one that will need some CSS. (I’m debating adding some more options
   for hiding the legend or not having the checkboxes… I’ve just recently added 
   the checkboxes and moved the legend from below the grid to above it, because 
   having it below with the checkboxes would make the legend jump around on the 
   page when you check/uncheck them.)
 * You can hide it with this CSS:
 * `.ics-calendar-color-key { display: none; }`
 * If you want the legend but _not_ the checkboxes, use this:
 * `.ics-calendar-color-key input[type=checkbox] { display: none; }`
 *  Thread Starter [mooresites](https://wordpress.org/support/users/mooresites/)
 * (@mooresites)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/remove-weekends-2/#post-12532684)
 * Fantastic! Again, thanks.
 *  Plugin Author [Room 34 Creative Services, LLC](https://wordpress.org/support/users/room34/)
 * (@room34)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-weekends-2/#post-12877503)
 * Marked as resolved.

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

The topic ‘Remove Weekends?’ is closed to new replies.

 * ![](https://ps.w.org/ics-calendar/assets/icon.svg?rev=3427980)
 * [ICS Calendar](https://wordpress.org/plugins/ics-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ics-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ics-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/ics-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ics-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ics-calendar/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Room 34 Creative Services, LLC](https://wordpress.org/support/users/room34/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/remove-weekends-2/#post-12877503)
 * Status: resolved