Is there a way to change the color of the background of the circles with the arrow to navigate to the next milestone in the Timeline element?
I marked the area in the screenshot from the we transfer link below
thanks ahead!
Hey mirotck,
Thank you for the screenshot, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.main_color .av-timeline-nav a span {
background-color: red !important;
opacity: 1 !important;
}
Please change the color from red to what will suit for your site, also note that currently the opacity is set to 0.5, so the above css changes it to “1”
Best regards,
Mike