Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Zack Grossbart

    (@zgrossbart)

    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

    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

    Plugin Author Zack Grossbart

    (@zgrossbart)

    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.