How to change the color of the dots that connect each timeline icon in the timeline element?
.main_color .avia-icon-list .iconlist-timeline{
border-color: orange !important;
}
this does not work.. it changes the icon list dashed line
Hey Leofiori,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Why do you mind? I just asked how to changed the dashed line for timeline element..
However, here you have.. sent them in private content
Hi,
This is just so I can inspect the page and element and get the exact code need to address the issue:
Try adding this to quick css:
.alternate_color .av-milestone-icon-wrap:after{
border-color:orange!important;
}
Best regards,
Jordan Shannon
Perfect! At the end i decided to hide it using:
.alternate_color .av-milestone-icon-wrap:after{
border-width: 0px !important;
}
Thank you, i could not find the right element to edit with css
Is there a way to display the timeline in a vertical view only for mobile? It does not look very well on small screens
Edit:
and a way to change color of the arrows that appear when timeline needs to be scrolled
Hi,
Refer to the following for adjusting the timeline on mobile:
Best regards,
Jordan Shannon
Thanks.
An offtopic question:
When i press with one finger the google map on mobile, it becomes darker, revealing the white diagonal sections borders color. How to prevent this? Can this be done using only css?
Hi,
This is likely a built in function of the map iframe itself, not the theme.
Best regards,
Jordan Shannon