Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1134583

    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

    • This topic was modified 5 years, 2 months ago by Leofiori.
    #1134621

    Hey Leofiori,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1135049

    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

    #1135054

    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

    #1135055

    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

    #1135056

    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

    • This reply was modified 5 years, 2 months ago by Leofiori.
    #1135063

    Hi,

    Refer to the following for adjusting the timeline on mobile:

    Best regards,
    Jordan Shannon

    #1135066

    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?

    #1135076

    Hi,

    This is likely a built in function of the map iframe itself, not the theme.

    Best regards,
    Jordan Shannon

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