Hey Satinder,
Thank you, works great. This also overwrites the colors for the featured events in the timeline view. How can I apply the CSS to non-featured only?
Also, in case anyone looks for the classes to style all elements in the timeline 3 view:
#event-timeline-wrapper .cool-event-timeline .ect-timeline-year {
background: # !IMPORTANT;
}
#event-timeline-wrapper .cool-event-timeline:before {
background-color: # !IMPORTANT;
}
#event-timeline-wrapper .ect-timeline-year {
-webkit-box-shadow: 0 0 0 4px white, 0 0 0 8px #!IMPORTANT;
box-shadow: 0 0 0 4px white, 0 0 0 8px # !IMPORTANT;
}
#event-timeline-wrapper .cool-event-timeline .ect-timeline-post .timeline-meta {
background: # !IMPORTANT;
}
#event-timeline-wrapper .cool-event-timeline .ect-timeline-post .content-title {
background: # !IMPORTANT;
}
#event-timeline-wrapper .ect-timeline-post.ect-featured-event.style-3 .timeline-content:before {
border-right-color: # !IMPORTANT;
}
-
This reply was modified 4 years, 2 months ago by
dkrahl.