• Resolved ralfsteck

    (@ralfsteck)


    Hi,

    first I want to thank you for that great plugin. I use it since two days and can’t live without it anymore.

    I have more of an idea than a complaint: Is it possible to grey out Sat and Sun (by option)? I have a professional blog and (nearly) never post at the weekend. Having those days in grey background would give me a better overview.

    Thanks in Advance, Ralf

    https://ww.wp.xz.cn/plugins/editorial-calendar/

Viewing 1 replies (of 1 total)
  • Thanks for using the Editorial Calendar. You can make a lot of changes to the way the calendar looks on your blog using custom CSS. If you add the following to the CSS for your blog it will make Saturday and Sunday gray on your calendar.

    #cal_cont div.saturday, #cal_cont div.sunday {
    background: gray;
    }

    Every day in the calendar gets a CSS class with the day of the week it represents.

    Thanks,
    Zack

Viewing 1 replies (of 1 total)

The topic ‘Mark weekend days’ is closed to new replies.