• Resolved KatyDigg

    (@katydigg)


    I need to change the Weekend Color – Sat, Sun

    and have edited in Style Settings:

    #jd-calendar .weekend {
    background:#ccffcc;
    color: #000;
    }

    and also:

    #jd-calendar .nextmonth, #jd-calendar .nextmonth .weekend {
    color: #ccffcc;
    }

    As I thought may be required for color to take effect.

    However, no change to color!

    I am using the Default Calendar Stylesheet.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter KatyDigg

    (@katydigg)

    I’ve just solved this! Amazing!

    Simply, added the all important…

    #jd-calendar .weekend {
    background:#ccffcc !important;
    color: #000;
    }

    And voila! Weekend color!

    Have a great weekend everyone ??

    Thread Starter KatyDigg

    (@katydigg)

    Brilliant calendar … simply the best!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My Calendar Change Weekend Color’ is closed to new replies.