The Events Calendar Plugin – List View Background Colour Issue [closed]

If I understand you correctly, you can add this code to #tribe-events-content.tribe-events-list in your stylesheet like so:

#tribe-events-content.tribe-events-list {
    margin-bottom: 60px;
    background: #FFFFFF; /* ADD A BACKGROUND COLOR HERE */
}

That will add a background to the Upcoming Events section so that the text is more easily readable.

Here’s a screenshot of the change.