Title: Background color
Last modified: March 17, 2020

---

# Background color

 *  Resolved [rudijahn](https://wordpress.org/support/users/rudijahn/)
 * (@rudijahn)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/background-color-172/)
 * Das Veranstaltungswidget zeigt plötzlich bei der hervorgehobenen Veranstaltung
   eine blaue Hintergrundfarbe. Ich hatte das aber bereits in braun eingestellt.
   In der Veranstaltungsliste wird der Hintergrund richtig angezeigt.
    Wie kann 
   ich das einstellen, im Customizer finde ich dazu keine eigene Einstellung.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbackground-color-172%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Santiago](https://wordpress.org/support/users/sjaure/)
 * (@sjaure)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/background-color-172/#post-12576476)
 * Hi [@rudijahn](https://wordpress.org/support/users/rudijahn/),
    Thanks for writing
   in,
 * Soweit ich weiß, haben Sie es geschafft, das zu klären.
    Nur für den Fall, dass
   Sie das Styling für ausgewählte Ereignisse ändern müssen, ist dies das CSS, das
   Sie verwenden sollten. Hier ist ein Beispiel für das Ändern der Hintergrundfarbe
   in die gewünschte Farbe.
 *     ```
       .tribe-event-featured {
           background-color:#fa5742 !important;
       }
       ```
   
 * Wenn Sie es nur für die Monatsansicht verwenden möchten, sollte das Hinzufügen
   dieser Klassenauswahl funktionieren.
 *     ```
       .tribe-events-thismonth .tribe-event-featured {
           background-color:#fa5742 !important;
       }
       ```
   
 * Cheers
    Santiago

Viewing 1 replies (of 1 total)

The topic ‘Background color’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

## Tags

 * [color](https://wordpress.org/support/topic-tag/color/)

 * 1 reply
 * 2 participants
 * Last reply from: [Santiago](https://wordpress.org/support/users/sjaure/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/background-color-172/#post-12576476)
 * Status: resolved