Unable to change the color of some elements
-
I am having problems with the plugin since it is not designed for websites with dark backgrounds.
I’ve wasted many hours looking for the CLASS attributes of each element to change them manually with CSS one by one, but I still can’t do it with the following elements that don’t change:
The icons to change the view of events:Link back to all events or calendar:
Also when in the description of my event I use, for example, an H4, the color also changes
It’s quite a pain to customize all this by hand, but I think I’m just missing these elements to make everything fit the dark background.
This is the list of CSS changes that I have applied in Appearance -> Customize:.tribe-events-c-top-bar__datepicker-desktop {
color: #ffffff !important;
}
.tribe-events-calendar-list__month-separator-text {
color: #ffffff !important;
}
.tribe-events-calendar-list__event-date-tag-daynum {
color: #ffffff !important;
}
.tribe-events-calendar-list__event-date-tag-weekday {
color: #c7e47f !important;
}
.tribe-events-calendar-list__event-venue-address {
color: #c7e47f !important;
}
.tribe-events-calendar-list__event-venue-title {
color: #c7e47f !important;
}
.tribe-events-c-small-cta__price
{
color: #ffffff !important;
}
.tribe-events-c-small-cta__price
{
color: #ffffff !important;
}
.tribe-events-single-event-description
{
color: #ffffff !important;
}
.tribe-events-cost
{
color: #c7e47f !important;
}
.tribe-events-calendar-list__event-title
{
color: #ffffff !important;
}
.tribe-events-calendar-list__event-description
{
color: #ffffff !important;
}
.tribe-events-calendar-list__event-title-link
{
color: #ffffff !important;
}
.tribe-events-view-selector-button
{
color: #ffffff !important;
}
.tribe-events-single-section-title
{
color: #ffffff !important;
}
.tribe-events-start-datetime-label
{
color: #ffffff !important;
}
.tribe-events-event-cost-label
{
color: #ffffff !important;
}
.tribe-events-event-cost
{
color: #ffffff !important;
}
.tribe-events-event-categories-label
{
color: #ffffff !important;
}
.tribe-events-meta-group
{
color: #ffffff !important;
}
.tribe-events-header__events-bar
{
color: #ffffff !important;
}The page I need help with: [log in to see the link]
- The topic ‘Unable to change the color of some elements’ is closed to new replies.