How to replace color of PNG image using CSS? – Photoshop
I have an icon in a webpage: <div class='icon-container'> <img src = "img/gavel3.png" class="gavel-icon" style='vertical-align:center;width:80px;'> </div> I'm trying to replace the black in this image with the color: #2a4f6c using CSS only. I tried to replace the black with this…