• Hello there

    I have purchased Origami Premium recently.

    I am not a coder. So I need the custom CSS code which will make the bullet points color yellow keeping the color of the content added after the bullet point same and also change the shape as arrow or something better.

    Plz help me with this code.

    Thanks

Viewing 1 replies (of 1 total)
  • Hey,

    ul { list-style:none }
    ul li:before {
    color: #FCDC3B;
    content: “0BB 020”;
    }

    Maybe something like this could help. Note this will change the style of other lists. You should give a seperate class to the lists you want this style applied to and only apply the style to them. Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the color and shape of the bullet points’ is closed to new replies.