Is it possible to override the colour of the bullets?
http://www.ebme.co.uk/test/
I tried using inline styles but it doesn't seem to work.
- Code: Select all
<ul>
<li style="color:#000000 !important;"><span style="color:#FF0000">item #1</span></li>
<li style="color:#808080 !important;"><span style="color:brown">item #2</span></li>
<li style="color:teal"><span style="color:red">item #3</span></li>
</ul>
Thank you.