• The calendar plugin is a good one, simple and clean. There are a couple of things which could be improved:
    -the button/link to the previous month is not working.
    -it would be helpful if the current date was highlighted or in a different colour.
    -there is no next month button/link

    What’s working great is if you click on a date you posted a blog (that date is in a different colour), the calendar brings you immediately to the right post.

Viewing 1 replies (of 1 total)
  • Hi Henny,

    Saw your review and notice your wishes for a different current date color. Here is the CSS I used on a site to change the blue color to a red color.

    
    .simcal-today .simcal-day-label.simcal-day-number {
        background-color: #ac202e !important;
    }
    .simcal-today div {
    	border: 1px solid #ac202e !important;
    }
    

    Best of luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Good plugin’ is closed to new replies.