Tagged: iconlist
I have an two, side-by-side icon-lists on my homepage (http://mormonconversations.com/lifeengineering/), and all of a sudden they simply stopped animating. They get half-way through the animation, but stop on the grey.
It was working about 30 minutes ago, but I stepped away from my computer, came back, and now it’s not working. Nothing changed in that time.
I’ve tried disabling all plugins, to no avail. Can you help?
Looks fine here, tried on mac and ipad
Do you see dotted lines connecting the icon circles? I’ve tried on multiple devices and browsers and for me the animation stops half way through, doesn’t ever resolve to the darker grey circles connected by lines.
Hi!
Timeline border color is currently set to white. You can add following code to Quick CSS in Enfold theme options under Styling tab to change timeline border color
.main_color .avia-icon-list .iconlist-timeline {
border-color: #e1e1e1;
}
Regards,
Yigit
Interesting. That fixed it, thank you very much. The question remains, how did that happen. At some point I set the border color for its container to white, and I wonder if there’s a bug that associates the timeline color with the border color. In any event, I’ll watch out for that, and appreciate your help.