List icons (smaller + new color)
How can i change the dimension and the color of an list icon?
For example:
<div style="border: 1px solid #d4e1ea; background: #fff; padding: 20px; border-radius: 20px; box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.08); opacity: 0.9">
<ul class="list_check">
<li>Text1</li>
<li>Text2</li>
<li>Text3</li>
</ul>
</div>
1. I would like to use a smaller check-icon - any ideas?
2. I would like to use an alternate color for the icon - any ideas?
Thanks
Comments
It's not an icon but image so if you want to get them smaller, you need to replace existing image with the new one.