How do I change the color of the bullets and the date borders on the experience page. I assume I will need some sort of custom CSS in the page but I am not sure what the CSS code should be to override the main style sheet.
OK.. So I added that code first at the page.. and no effect. Then I added it where you suggested in the styling options and.. no effect. The arrow in the link is pointing at the body font.. am I supposed to make a change there as well?
OK. So I found that code in the main style sheet and success. See attached. Now, how do I also change the color on the bullet? Which is that code? Is It the one right after?
How do I change the color of the bullets and the date borders on the experience page. I assume I will need some sort of custom CSS in the page but I am not sure what the CSS code should be to override the main style sheet.
Hi,
You can easy add custom css code here: http://prntscr.com/gbgjxt
.timeline .tl-block .tl-time {border-color: #ddd;} .timeline .tl-block .tl-line { background: #fff; } .timeline.exp:before{background: rgba(255,255,255,.1);}Thank you
OK.. So I added that code first at the page.. and no effect. Then I added it where you suggested in the styling options and.. no effect. The arrow in the link is pointing at the body font.. am I supposed to make a change there as well?
Where in your backend, you have add both custom css code? http://prntscr.com/nfk44y
Please find and remove previous custom css code
OK. So I found that code in the main style sheet and success. See attached. Now, how do I also change the color on the bullet? Which is that code? Is It the one right after?
Never mind.. I think I found it (see attached). Can you confirm. Is that change going to mess with other colors in my site?
No problem, you can add custom css code:
.timeline.exp:before { background: #111; }