• How do I change the look of the calendar? If I want to move the month’s name so it shows to the left in the calendar table, for example.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your CSS:
    #wp-calendar caption {
    color: #999;
    font-size: 16px;
    text-align: left;
    }
    Change the ‘left’ to ‘right’
    Are you using the default WP style ?
    A link to your page would be good….

    Thread Starter johannareb

    (@johannareb)

    I’m sorry:
    https://www.oppenbok.com/photogal
    .. but it is in Swedish..
    But what I meant was that instead of having the month’s name displayed at the top of the cal.table, I want to change the table so that the month’s name is displayed in a <td> to the left, with rowspan=”5″ (or what ever it is..). Is that possible?

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