0
Under review

Verified Bardge color

kmikez12 4 days ago updated by Josh 4 days ago 1

How to change the color of the verified badge on template style 6 

Image 2304

I have been trying to use the css selector to make the change but it is not working is there a way to style this?

Under review

This should do it...

span.svgicons.svg-wprsp-verified {
background: #089843;
}