CSS for message boxes
-
I’m using the CSS code bellow to change the message box.
If a non-verified user tries to log-in, the message looks great. screenshot
But if a new user registers, it doesn’t look as expected. screenshot
/*boxes for verification email*/ .woocommerce-notices-wrapper { border-style:solid !important; border-width: 2px !important; border-color:#55CDFC !important; border-radius:5px !important; } .woocommerce-notices-wrapper a{ color:#55CDFC; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS for message boxes’ is closed to new replies.