• Resolved Seise

    (@seise)


    I have a question about the calendar widget, I managed to get the dates with posts the same color as links, but if I want to change so the dates with no posts are light grey and those with posts bold and blue where can I put the color code?

    The the month i written in lowercase I want the first letter to be capital letter, where can I change that? Thanx.. Micke

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this custom css in the Advanced styling section of Theme options:

    #wp-calendar caption {text-transform:capitalize}
    #wp-calendar td {color:#a0a0a0}
    #wp-calendar td a {font-weight:bold; color:#0000ff}

    If it doesn’t work, please post the url to page with the calendar.

    Thread Starter Seise

    (@seise)

    Thanks it worked.

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