change color symbol lists
Hi,
how I can change color only for the check symbol and bullet symbol for this lists?
<ul>
<li>Aliquam tincidunt cons ectetuer mauris eu risus</li>
<li>Vestibulum auctor dapibus con sectet uer neque</li>
<li>Suspendisse a pellentesque dui, non felis</li>
</ul>
<ul class="list_check">
<li>List item 1</li>
<li>List item 2</li>
</ul>
thanks
Comments
sorry but this is not possible in CSS, you would have to use custom css and upload an image instead of the bullet.
Or try this hack:
https://stackoverflow.com/questions/5306640/how-to-set-bullet-colors-in-ul-li-html-lists-via-css-without-using-any-images-or
thanks