• Resolved isnemo

    (@isnemo)


    Whenever I post something to my blog I see that the date when I posted (on my calendar) is highlited a lite blue. I’m wondering if there’s a way to change that highlited color to something else…. say red?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Yes but you’ll need to edit your theme’s stylesheet to make the necessary changes.

    Thread Starter isnemo

    (@isnemo)

    Cool… I’ll check it out… if I have further questions I’ll post em’ here! ??

    Thread Starter isnemo

    (@isnemo)

    OK. I’ve found the calendar entries in the stylesheet css. I see no color entry there. Also I’ve looked in the ‘Sidebar’ sheet but I don’t see where I could make that change…. can you point me in the write direction? I’m using the Magic Blue theme….

    Site url? Preferably a link to a page that has the calendar on it somewhere.

    Thread Starter isnemo

    (@isnemo)

    Here’s the url to the site. https://www.propheticflow.org/
    Thanks for your help esmi! ??

    Try editing style.css and changing:

    #wp-calendar a {
    display:block;
    }

    to:

    #wp-calendar a {
    display:block;
    color:#f00;
    }
    Thread Starter isnemo

    (@isnemo)

    Sweet. Worked perfect… Thanks again!

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