Title: Feature Request
Last modified: August 21, 2016

---

# Feature Request

 *  Resolved [ericgraig](https://wordpress.org/support/users/ericgraig/)
 * (@ericgraig)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/feature-request-191/)
 * It would be cool if draft posts on the calendar could be displayed in a different
   color.
 * [https://wordpress.org/plugins/editorial-calendar/](https://wordpress.org/plugins/editorial-calendar/)

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

 *  [Zack Grossbart](https://wordpress.org/support/users/zgrossbart/)
 * (@zgrossbart)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/feature-request-191/#post-4678143)
 * Hello,
 * Thanks for using the Editorial Calendar.
 * The calendar uses a special CSS class for draft posts which makes it very easy
   to change the color using CSS. Just add the following to the CSS for your blog:
 *  li.post.draft {
    color: red; }
 * You can choose any color you want and make other changes like the fonts, backgrounds,
   and any of the myriad of possibilities that CSS supports.
 * Thanks,
    Zack
 *  [BNOTP](https://wordpress.org/support/users/bnotp/)
 * (@bnotp)
 * [12 years ago](https://wordpress.org/support/topic/feature-request-191/#post-4678324)
 * Is there a setting or selection that will hide posts that have already published
   from showing on the calendar. I would prefer the previous week with it’s published
   posts to not be visible and would prefer to just see those that are scheduled
   for the future or in draft form. Apologize if this has already been asked and
   I missed it.
    Thanks, Susan
 *  [Zack Grossbart](https://wordpress.org/support/users/zgrossbart/)
 * (@zgrossbart)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/feature-request-191/#post-4678338)
 * Hello Susan,
 * There is no settings for this, but you could do it very easily with CSS. Just
   add the following CSS to you blog:
 *  li.publish {
    display: none; }
 * That will make all published posts disappear from the calendar.
 * Thanks,
    Zack

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

The topic ‘Feature Request’ is closed to new replies.

 * ![](https://ps.w.org/editorial-calendar/assets/icon-256x256.gif?rev=3100983)
 * [Editorial Calendar](https://wordpress.org/plugins/editorial-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/editorial-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/editorial-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/editorial-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/editorial-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/editorial-calendar/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Zack Grossbart](https://wordpress.org/support/users/zgrossbart/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/feature-request-191/#post-4678338)
 * Status: resolved