• Resolved mayecreate

    (@mayecreate)


    the connectors from the content’s icon to the content box are visible in the example design, but not in the product as I’m using it- and I’ve tried every available color picking setting. How can I get those connectors to show?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author boldthemes

    (@boldthemes)

    Hi @mayecreate

    First of all, thanks for using Bold Timeline Lite plugin ??

    Please use the following CSS in order to fix the issue:

    .bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_connection {
        left: 85%;
        z-index: -1;
    }
    .bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection {
        right: 85%;
        z-index: -1;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘connectors are missing’ is closed to new replies.