• I would like to edit the color of the days that I blog in my calendar, for it is hard to see. I know that I must edit:

    wp-calendar a {display: block;} and add a color like so – #wp-calendar a {display: block;color:#f4df2c;}

    but in which CSS file?

    In wp-admin there are css files, but also in the css folder of course. Can someone tell me which specifically to edit? Txs.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Wouldn’t it really depend on what theme you have?
    View the source of the page with a calendar, and find the name of the div that the calendar is in, and basically track it down from there. I just got wordpress today and thats basically how I’m finding things.

    Thread Starter pkprague

    (@pkprague)

    Txs for your reply. Unfortunately, not being a code head, that doesnt seem to give me the needed info:

    <li class=”sidebox”><h3> </h3><div id=”calendar_wrap”><table id=”wp-calendar” summary=”Calendar”>
    <caption>December 2007</caption>
    <thead>
    <tr>
    <th abbr=”Monday” scope=”col” title=”Monday”>M</th>
    <th abbr=”Tuesday” scope=”col” title=”Tuesday”>T</th>
    <th abbr=”Wednesday” scope=”col” title=”Wednesday”>W</th>

    <th abbr=”Thursday” scope=”col” title=”Thursday”>T</th>
    <th abbr=”Friday” scope=”col” title=”Friday”>F</th>
    <th abbr=”Saturday” scope=”col” title=”Saturday”>S</th>
    <th abbr=”Sunday” scope=”col” title=”Sunday”>S</th>

    Might someone know which css file to edit? Please :}

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