• I have inserted a payment method icon as an SVG file. I am trying to change the fill to no avail!? and I don’t get it.

    .payment-method-icons {
        fill: #636363 !important;
    }

    Yes the class is added with the icon, nothing changes. I have tried without important also.

    I am new to messing around with SVG and I keep falling back to pngs, cause it’s so complicated just for graphics, so I wonder if I need to do something in the processing of the SVG? If so that would be in PS. Any help is appreciated, cause I don’t get it…

  • The topic ‘Change svg color fill…’ is closed to new replies.