Timeline colors

Please can you advise where I need to include the custom css to change colors of the DATE TAB used on the timeline and also the size of the headers.

I included the following on the custom CSS at the bottom of my page, but nothing changed.

.timeline .date_label {
font-size: 12px !important;
color: #f68855 !important;
}
.timeline_items > li h3 {
font-size: 30px !important;
line-height: 35px !important;
}

Comments

Sign In or Register to comment.