Making the verification image readable on colored and dark background themes

Started by shadav, November 16, 2021, 05:12:29 PM

Previous topic - Next topic

shadav

I've noticed this issue with many themes
it's nearly impossible to read the verification image on colored and darker background themes as the verification letters are dark themselves

so a quick css fix to add a white background to the image
in your index.css file or whatever css file your theme uses at the end of it add
#verification_image_post, #verification_image, #verification_image_register {
background: #fff;}

Advertisement: