Viewing 1 replies (of 1 total)
  • The background color… is the Category color…
    you can set it to “no” color in your shortcode…
    whitelabel=”true” [true]
    defaults to false when unassigned

    But ya wanted to know more maybe….

    There are two types of lists.. single and repeating…
    So this changes the color where the Date and Time is…

    .aec-eventlist .aec-repeating span.fc-event-time {
        background-color:#0000ff !important;
    }
    
    .aec-eventlist .fc-event-time {
       background-color:#0000ff !important;
    )

    And this changes the color for the description below Date and Time…
    FOR ALL the lists…

    .round5 {
        background-color: #008000 !important;
    }

    for an individual category in the list you’ll probably have to through in something like
    .cat8 and don’t forget you have repeating and single event list to change too!

    But once have the basics going you can add borders, margins, padding… hover over change colors.. etc.

    Have Fun !

    Don’t forget… always backup your files, make changes in your Child Themes, and or
    use a CSS Editor like the one in Jetpack.

Viewing 1 replies (of 1 total)
  • The topic ‘Change background color in event list’ is closed to new replies.