Simple Machines Community Forum

Customizing SMF => Tips and Tricks => Topic started by: shadav on November 16, 2021, 05:12:29 PM

Title: Making the verification image readable on colored and dark background themes
Post by: shadav on November 16, 2021, 05:12:29 PM
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;}