Viewing 1 replies (of 1 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    You need to go to the Stylesheet menu item under Community Events, then do the following:

    – Look for .community-events-odd and change the background-color css tag for a different color. Default is black #000

    – Add the following style at bottom of stylesheet editor to change color of event name:

    .track_this_event {
      color: #ccc;
    }

    – Add the following style to change the time color:

    span.ce-event-time {
      color: #ddd;
    }

    – Look for ce-venue-name in stylesheet editor to change the color of the venue name.

    Please considering making a donation or rating the plugin to support its ongoing development.

Viewing 1 replies (of 1 total)
  • The topic ‘Time Style/Color’ is closed to new replies.