[Resolved] Target Password protected sign-in page w/CSS

Home Forums Support [Resolved] Target Password protected sign-in page w/CSS

Home Forums Support Target Password protected sign-in page w/CSS

  • This topic has 5 replies, 3 voices, and was last updated 7 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #297542
    Tim

    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

    #297583
    Tom
    Lead Developer
    Lead Developer

    Can you link me to the page?

    #298663
    Tim

    Hey Tom, this will take you to a password protected page

    http://greaterthanthesum.com/afp/

    Thanks

    #298666
    Leo
    Staff
    Customer Support

    Hi Tim,

    Try this CSS:

    .page-id-39933 {
        background-color: #333333;
    }

    Let me know if this is what you wanted.

    #298742
    Tim

    Thanks, that works

    #298751
    Leo
    Staff
    Customer Support

    Glad we could help!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.