michael2
9/11/2017 - 12:49 AM

in the SVG file ensure there are no inline fill colours to make sure this works. works on all browsers

in the SVG file ensure there are no inline fill colours to make sure this works. works on all browsers


/*--- CHANGE SVG COLOUR ---*/
.butFrame .icon{color:#323232; fill: currentColor;}
.butFrame .icon svg{fill: currentColor;}
.butFrame .icon path{fill: currentColor;} 

/*--- CHANGE ON HOVER ---*/
.butFrame:hover .icon{color:#fff;}