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
Hey derustzelve!
Try adding this to your custom CSS.
.main_color .avia-icon-list .iconlist-timeline { border-color: orange !important; }
Regards,
Elliott
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
works like a charm thx!