plugin-name.php to the /wp-content/plugins/ directory.STO_cma_archive_list - this is applied to the ul tag that covers the entire calendar, apart from the title.STO_cma_line - this applies to the li tag that represents each year.STO_cma_month - this applies to each letter that represents a month.STO_cma_link - this applies to each month that includes an article (and is, hence, a link.)STO_cma_empty - this applies to each month that is empty (and is, hence, not a link)STO_cma_zwsp - this applies to the whitespace gap between June and July. You may like to make it narrow.Here is an example:
.STO_cma_month a {
line-height: 1.2em;
padding: 0.2em;
}
.STO_cma_empty{
color: #4984E3;
line-height: 1.2em;
padding: 0.2em;
}
You almost certainly will want to change the example style to fit your theme.




