New post color link in calendar – Pilcrow

  • Unknown's avatar

    If you click on “test” under Recent Posts (left sidebar) you’ll see that the calendar link colour for this post is #d69a00. Is there a way to change the colour just for the calendar ? (#wrapper a,#wrapper #infinite-handle span appears to be the correct code but changes a few other things as well).

    Just to be clear, I want to change the calendar link colour before it’s clicked on.

    If it can’t be done, no biggie, I’ll live with it. :)

    Thanks again folks !

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Here’s some code to try out that targets the calendar specifically. The first is for all the links, the second just the current day’s link:

    #wp-calendar a {
      color:#0f0;
    }
    
    #wp-calendar #today a {
      color:#00f;
    }
  • Unknown's avatar

    Fantastic, it worked !

    Now it looks exactly like I wanted.

    Thanks again hallluke, much appreciated.

  • The topic ‘New post color link in calendar – Pilcrow’ is closed to new replies.