Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #374360

    Hi

    I’d like to change the default color of the dotted line that connects the icons in in an icon list.
    How can this be done?

    thx

    #374501

    Hey derustzelve!

    Try adding this to your custom CSS.

    .main_color .avia-icon-list .iconlist-timeline { border-color: orange !important; }
    

    Regards,
    Elliott

    #374504

    Hey derustzelve!

    you can change it using this code in Quick CSS field:

    .main_color .avia-icon-list .iconlist-timeline {
    border-color: red;
    }
    

    Let us know if you need any more help.

    Best regards,
    Andy

    #375098

    works like a charm thx!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change color of dashed / dotted line in icon list’ is closed to new replies.