I just need the demo load more without side line and icon. I tried to remove icon but couldn't remove the icon box shadow.`<VerticalTimelineElement key={index}
className="vertical-timeline-element--work"
contentStyle={{ borderTop: "1px solid #E3DD95", borderRadius: '0px' }}
contentArrowStyle={{ borderRight: '7px solid rgb(33, 150, 243)' }}
// iconStyle={{ background: '#fdf6a6', color: '#000' }}
// icon={}
`
I want output line below image without icon and side line
you can set use iconStyle={{ background: '#fdf6a6', color: '#000', display: 'none' }} instead of iconStyle={{ background: '#fdf6a6', color: '#000' }} and for the sideline you can set the propt lineColor for the to lineColor = "transparent"
I just need the demo load more without side line and icon. I tried to remove icon but couldn't remove the icon box shadow.`<VerticalTimelineElement key={index} className="vertical-timeline-element--work" contentStyle={{ borderTop: "1px solid #E3DD95", borderRadius: '0px' }} contentArrowStyle={{ borderRight: '7px solid rgb(33, 150, 243)' }} // iconStyle={{ background: '#fdf6a6', color: '#000' }} // icon={ }