Viewing 5 replies - 1 through 5 (of 5 total)
  • Which part do you want to change exactly? Please provide a screenhot if you can…

    Thread Starter malkieh

    (@malkieh)

    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/

    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.

    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

    (@malkieh)

    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

    (@malkieh)

    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.