How do I color the bullets in my bullet point list
-
Hello,
I have what probably is an easy problem for the experts ??
I have searched the Internet and the forums, but none of the solutions give me the result I’m looking for. I would like to change the color the bullets in my bullet point list, have the sub-bullets look different than the bullets, and also reduce the space between the lines in a bullet point list.
My CSS code only shows me this:
.article ul {
margin: 1.5em 0 1.571em 1.571em;
list-style-type: square;
color: #7D7D7D;
}I’ve found some solutions that fix the color of the bullet problem, but then if the text of the bullet point is long, the continuation of the sentence does not start below the beginning of the text, but below the bullet, which visually is not that nice.
Here a page on my website with bullet points: https://www.biz-efficiency.com/test
If anyone can help, I would highly appreciate it!
Thank you!
- The topic ‘How do I color the bullets in my bullet point list’ is closed to new replies.