0
Under review
Verified Bardge color
How to change the color of the verified badge on template style 6

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?
Customer support service by UserEcho
This should do it...
span.svgicons.svg-wprsp-verified {
background: #089843;
}