Hi there I’ll link to the page that is password protected, and you can see the box where you are to enter a password is the same color as the backround, and is hard to see. How do I change the color of this box? or at least it’s border color? I’ve tried changing the settings in the general styling tab with no luck. Thanks in advance!
Hey Brutalben!
Try adding this to your custom CSS.
input[name="post_password"] {
background: red !important;
}
Regards,
Elliott
Thanks again Elliott!