stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 158 forks source link

Override the css style #32

Closed Aalsaif96 closed 5 years ago

Aalsaif96 commented 5 years ago

Hi

I try to override the "vertical-timeline::before" to disable it from the page but I can't do that with simple css class like this

.vertical-timeline-element--work::before { content: ""; position: absolute; top: 0; left: 18px; height: 130%; width: 4px; background: #fff; }

please help me if you can

stephane-monnot commented 5 years ago

Sorry for the delayed response. Can you provide a example please ?