• mmdm

    (@mmdm)


    Is there a way to add grid lines to the calendar, the way most wall calendars have the numbers in a grid, or boxes?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Kafkaesqui

    (@kafkaesqui)

    In your css, add:

    #wp-calendar td {
    border: 1px solid #ddd;
    }

    For finer delineation (say around only numbered cells), you may need to hack the source of the get_calendar function to assign a class to specific <td>s.

    solarpunk

    (@solarpunk)

    mmdm:

    you mean the border of the cell? it can be control through the css.

    Thread Starter mmdm

    (@mmdm)

    Thanks, I’ll try that this afternoon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding grid to calendar?’ is closed to new replies.