Viewing 1 replies (of 1 total)
  • Hello,

    You can change the text color in Events -> Theme Options, also you can play with CSS, example this will remove text shadow and add text color:

    .ai1ec-event-time
    {
    text-shadow: none;
    color: #000000;
    }
    .ai1ec-day
    {
    text-shadow: none;
    color: #000000;
    }

    Hope this helps

Viewing 1 replies (of 1 total)
  • The topic ‘Appearance of widget text’ is closed to new replies.