• Hello,
    meybe a bit silly but how can I change the color of the 2 buttons event list and calender ( the ones that switch the view)..
    regards,
    Moreno

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Moreno,
    you can change the colors on the events.css file: wp-content/plugins/the-events-calendar/resources/events.css?ver=1.6.5
    on line 67 for the list button color:

    .upcoming a.tec-button-on, .grid a.tec-button-on {
    background: none repeat scroll 0 0 #0F81BB;

    and on line 37 for the Calendar button color:
    .upcoming a.tec-button-off, .grid a.tec-button-off {
    background: none repeat scroll 0 0 #999999;

    Regards,
    Jamuhroo

    Update to my previous comment: I had a closer look. list and calendar button are controlled by the same css, the difference is active and inactive state, not list or calendar. Hope this helped.

    how do you change the rest of the colours in the gridview/ calendar table?

    i.e. the light blue colour on the calendar – I can’t fin any classes in the CSS file relating to these colours, only the ones mentioned by the original poster.

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Button color’ is closed to new replies.