MEC Events – CSS Black Footer anpassungen

MEC Events – CSS Black Footer anpassungen

.site-footer .entry-content .mec-wrap h1 a,
.site-footer .entry-content .mec-wrap h2 a,
.site-footer .entry-content .mec-wrap h3 a,
.site-footer .entry-content .mec-wrap h4 a,
.site-footer .entry-content .mec-wrap h5 a,
.site-footer .entry-content .mec-wrap h6 a,
.site-footer .mec-wrap .mec-calendar .mec-event-article .mec-event-title a,
.site-footer .mec-wrap .mec-event-grid-classic .mec-event-title a,
.site-footer .mec-wrap .mec-event-grid-clean .mec-event-title a,
.site-footer .mec-wrap .mec-event-grid-minimal .mec-event-title a,
.site-footer .mec-wrap .mec-event-grid-modern .mec-event-title a,
.site-footer .mec-wrap .mec-event-grid-simple .mec-event-title a,
.site-footer .mec-wrap .mec-event-list-classic .mec-event-title a,
.site-footer .mec-wrap .mec-event-list-minimal .mec-event-title a,
.site-footer .mec-wrap .mec-event-list-standard .mec-event-title a,
.site-footer .mec-wrap .mec-wrap .mec-event-list-modern .mec-event-title a,
.site-footer .mec-wrap h1 a, .mec-wrap h2 a,
.site-footer .mec-wrap h3 a,
.site-footer .mec-wrap h4 a,
.site-footer .mec-wrap h5 a,
.site-footer .mec-wrap h6 a,
.site-footer .widget .mec-month-divider span,
.site-footer h5
{color: #fff;}

MEC Events – Single Event anpassungen – Bild entfernen

Bild entfernen

Zusätzliches CSS ->

.mec-events-event-image {display:none;}

.mec-img-location {display: none;}

Achtung diese Änderung trifft alle Single-Events Seiten!

Wenn nur eine Seite sein sollte, das CSS muss kombiniert sein mit der Page ID der betroffene Seite (bei events „post“) ->

.postid-489 .mec-events-event-image {display:none;} zum Beispiel