Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1246835

    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!

    #1247059

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.