check-mark bullet color change

Hello. I'd like to specifically change the colour of the check-mark icon from black to white. The style insertion shown below only changes the text to white.

<ul class="list_check" style="color:white;">
    <li>Some copy to go here </li>
    <li>Some copy to go here </li>
    <li>Some copy to go here </li>
</ul>

I realise the icon is a png so not sure if this is possible.

Addionally is there a way to hide the small line that appears under each entry?
Can you advise - thx

Comments

Sign In or Register to comment.