Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author kamontander

    (@kamontander)

    Hi,

    1. I’m sorry but SSC doesn’t offer the feature of highlighting the current date, yet. I’ll make sure that this feature makes it into the next update.

    2. For selecting the days to be highlighted please take look at the FAQ, under “How do I highlight certain dates?”. After you’ve done this, you can easily style them via CSS. This should work for you:
    .calendar .highlight { background-color: red; }

    3. Yes you can, using the day_names parameter, like so:
    [calendar day_names="M,T,W,T,F,S,S"]

    Sorry for the delay, holiday.

    I have this calendar on my current site. It looks clean and simple, which is perfect. I do need to however, highlight certain days different from month to month. How would you suggest doing this?

    You mentioned in your FAQ in order to highlight properly the CSS would need to be added. Currently i have this:

    [calendar year=”2014″ month=”8″ dates=”8,9″]

    Then, this from above placed in style.css:
    .calendar .highlight { background-color: red; }

    What I am I doing wrong? As well as, How would i then add a small amount of text for these dates?

    Thank you for any help you could afford?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CUSTOMIZING CALENDAR’ is closed to new replies.