Is there a way to remove the milestones section and corresponding arrows to the left on the timeline?
Hey valerieh,
Thank you for the inquiry.
You can use this css code to hide the timeline date:
.avia-timeline-vertical .av-milestone-date {
display: none;
}
Best regards,
Ismael
This worked! Thank you!