Archived topic
Target Password protected sign-in page w/CSS
5 replies · Started by Tim on March 26, 2017
Viewing posts 1–6 of 6
Hello,
I want to style the Password protected sign-in page
From here I got
http://stackoverflow.com/questions/28105822/style-wordpress-protected-posts#
.post-password-required {
background-color: #eee;
}
but not working, any ideas on how to do this?
Thanks
Can you link me to the page?
Hi Tim,
Try this CSS:
.page-id-39933 {
background-color: #333333;
}
Let me know if this is what you wanted.
Thanks, that works
Glad we could help!
This archived topic is closed to new replies.