Viewing 4 replies - 1 through 4 (of 4 total)
  • Those background is classed .details. Add a background color to that class in the stylesheet. It’s grouped with a number of other elements with the same background color, so you may need to break it out.


    #jd-calendar .details { background: #fff; }

    Thread Starter tsunup

    (@tsunup)

    Hi Joe,

    Sorry I cannot find the bit of code in the editor.
    Can you provide me some more specifics.
    My apologies.

    Thread Starter tsunup

    (@tsunup)

    The only one that comes up when I search for it is the following:

    #jd-calendar .details .close {
    float: right;
    width: 12px!important;
    margin-top: -2px!important;

    #jd-calendar .details { background: #fff; }

    This is code you should add to your stylesheet to get the background you need; you won’t find it in the styles right now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My Calendar Plugin’ is closed to new replies.