stephan1966
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] how to disable or delete the white barhttps://chiangmai-cityagenda.com/event/natural-building-course-practice-playground/
For example, if you see this on your mobile phone , you see the annoying white bars at the top of the event. I followed up kBurrows Css.
I am scared i put down some conflicting CSS..
.search-form {
display: none;
}
.site-info {display: none}.tribe-bar-disabled {
display: none;
}
.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {display:none;
}@media only screen and (max-width: 768px) {
.tribe-events-loop .tribe-events-event-meta {
background: transparent !important;
border: none;
}#tribe-events .tribe-events-list-event-description p {display:none !important}
}div.tribe-events-event-image {
display:none;
}body.single.post.entry-previewimage {
display: none;
}
/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }.entry-meta .posted-on { display: none; }
Forum: Plugins
In reply to: [The Events Calendar] how to disable or delete the white barDear Kburrows, thanks a lot.
Forum: Plugins
In reply to: [The Events Calendar] how to disable or delete the white barHi Ed, not really still have some problems with it, especially with mobile.
I put this in in Custom CSS
div.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading { display:none;
}But stil have the white bar with time and date, so if you can help me out, it would be so great!
Thanks in advance