Title: Change Widget Color
Last modified: August 20, 2016

---

# Change Widget Color

 *  [malkieh](https://wordpress.org/support/users/malkieh/)
 * (@malkieh)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/change-widget-color/)
 * I want to change the sidebar widget color in the place at the top where the month
   is shown. I have looked through the files and also searched on the net but cannot
   find the file to edit .
 * I have also looked at the built in customisation options but I am not sure which
   does what.
 * Any pointers would be appreciated.
 * Thanks
 * [http://wordpress.org/extend/plugins/all-in-one-event-calendar/](http://wordpress.org/extend/plugins/all-in-one-event-calendar/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/change-widget-color/#post-3484954)
 * Which part do you want to change exactly? Please provide a screenhot if you can…
 *  Thread Starter [malkieh](https://wordpress.org/support/users/malkieh/)
 * (@malkieh)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/change-widget-color/#post-3484956)
 * Thank you for your reply.
 * I do not seem to have the option to show a screenshot, but at: [http://wordpress.org/extend/plugins/all-in-one-event-calendar/screenshots/](http://wordpress.org/extend/plugins/all-in-one-event-calendar/screenshots/)
 * Scrool down to”Upcoming Events widget” shows the sidebar widget and I want to
   change the color in the left hand date graphics. The blue with the month “SEP”
   and the border around the date and day.
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/change-widget-color/#post-3484963)
 * make a child-theme and paste this code into it
 *     ```
       .ai1ec-agenda-widget-view  .ai1ec-month {background-color: red;}
        .ai1ec-agenda-widget-view  .ai1ec-day {background-color: white;}
        .ai1ec-agenda-widget-view  .ai1ec-weekday {background-color: green;}
   
        .ai1ec-agenda-widget-view .ai1ec-date-title {
           border: 1px solid #df11ff;
          text-shadow: none;
       }
       ```
   
 *  Thread Starter [malkieh](https://wordpress.org/support/users/malkieh/)
 * (@malkieh)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/change-widget-color/#post-3484996)
 * Thank you for your reply.
 * I tried the code you posted in a child-theme and the widget colors changed. I
   changed the colors all still OK, then after a while it stopped working and the
   default colors re-appeared.
 * I am going to try again and see if I can working. Thanks again.
 *  Thread Starter [malkieh](https://wordpress.org/support/users/malkieh/)
 * (@malkieh)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/change-widget-color/#post-3485088)
 * It worked fine kevegard, the issue I had was some other code I put in the child
   theme. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Change Widget Color’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/all-in-one-event-calendar.svg)
 * [Timely All-in-One Events Calendar](https://wordpress.org/plugins/all-in-one-event-calendar/)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-event-calendar/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [malkieh](https://wordpress.org/support/users/malkieh/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/change-widget-color/#post-3485088)
 * Status: not resolved