Okay
  Public Ticket #1982976
CHANGE COLORS
Closed

Comments

  •  1
    earthman1970 started the conversation

    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.

  •  2,005
    Ocean replied

    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

  •  1
    earthman1970 replied

    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?

  •  2,005
    Ocean replied

    Where in your backend, you have add both custom css code? http://prntscr.com/nfk44y

    Please find and remove previous custom css code


  •  1
    earthman1970 replied

    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?

  •  1
    earthman1970 replied

    Never mind.. I think I found it (see attached). Can you confirm. Is that change going to mess with other colors in my site?

  •  2,005
    Ocean replied

    No problem, you can add custom css code:

    .timeline.exp:before {
        background: #111;
    }