Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Onoxyan

    (@onoxyan)

    How can this be fixed? ??

    Plugin Author Evan Herman

    (@eherman24)

    Hi Onoxyan,

    It looks like the color is set to transparent. You may want to check your settings page and ensure you’ve set a color for the line in the background. It could be as simple as re-saving your settings. If that doesn’t work, you can try overriding things with a simple css declaration. The following would do the trick :

    #cd-timeline::before {
      color: rgb(0, 203, 255);
    }

    You may also want to a take a look at the pro version we’ve just released for some added features.

    Thanks!
    Evan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lines between icons and arrows on announcement containers not showing’ is closed to new replies.