Hi,
the color of the date on my timeline won’t change. It stays the heading-color, though I changed it to black.
Webpage on private content.
Thanks in advance! Best regards :)
Hey northorie,
Thank you for the inquiry.
The advanced styling of the h2 element overrides the custom style of the timeline date. You may need to adjust the advanced styling of the element or you can add this css code to adjust the color of the date.
#top #wrap_all .all_colors h2.av-milestone-date {
color: #000000;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to ensure that the changes take effect.
Best regards,
Ismael
Many thanks! Problem is solved :)