• Hello. I am wanting to change the color in the left and right arrow (previous/next month arrow buttons); the Today button and the week/month buttons. I do not want to change on my theme stylesheet as this affects the whole site. I want to change in the plug-in. What file do I edit and what line of code do I need to make these changes? Thanks so much. Great calendar!

    http://wordpress.org/extend/plugins/ajax-event-calendar/

Viewing 1 replies (of 1 total)
  • Not sure if you found the solution yet or not, but for anyone else looking, this is a simple CSS edit. I will tell you which style to edit, but in the future you can find these yourself quickly by using a tool such as Firebug (for Firefox). Check that plugin out if you haven’t already.

    .fc-button-content { color: #0ff; }

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Ajax Event Calendar] Color change for prev., next month buttons’ is closed to new replies.