Title: CSS queries
Last modified: May 11, 2026

---

# CSS queries

 *  Resolved [aks2026](https://wordpress.org/support/users/aks2026/)
 * (@aks2026)
 * [2 weeks, 2 days ago](https://wordpress.org/support/topic/css-queries/)
 * I have a PRO subscription and am trying to use CSS to customise the Password 
   Protected Form page. I have managed to make most of the changes I wanted, but
   cannot find a way to change the colour of the body text. Currently it is set 
   as a medium grey, but I want it to be #333333. Could you please provide the code
   snippet needed?
 * Could you please also provide a code snippet to remove the copyright line under
   the form? It automatically says ‘© MARSDEN WOO. All rights reserved’ but I want
   to hide this text line please.
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-queries%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Noor Alam](https://wordpress.org/support/users/nalam-1/)
 * (@nalam-1)
 * [2 weeks, 2 days ago](https://wordpress.org/support/topic/css-queries/#post-18905269)
 * Hi,
 * Please use the following CSS snippets to make the requested changes on the Password
   Protected Form page.
 *     ```wp-block-code
       /* Start Code Copy */
   
       /* Change body text colour */
       .wpepp-password-top-text p,
       .wpepp-password-top-text .wpepp-top-content,
       .wpepp-password-bottom-text p,
       .wpepp-password-bottom-text .wpepp-bottom-content {
           color: #333333;
       }
   
       /* Hide copyright footer text */
       .wpepp-site-password-footer {
           display: none;
       }
   
       /* End Code Copy */
       ```
   
 * Please add this code to your Custom CSS section and clear any cache if the changes
   do not appear immediately.
 * Hope this helps!
 *  Thread Starter [aks2026](https://wordpress.org/support/users/aks2026/)
 * (@aks2026)
 * [1 week, 5 days ago](https://wordpress.org/support/topic/css-queries/#post-18908897)
 * It works perfectly, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-queries%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/wp-edit-password-protected/assets/icon-128x128.gif?rev=3499151)
 * [WPEPP – Essential Security, Password Protect & Login Page Customizer](https://wordpress.org/plugins/wp-edit-password-protected/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-edit-password-protected/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-edit-password-protected/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-edit-password-protected/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-edit-password-protected/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-edit-password-protected/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [aks2026](https://wordpress.org/support/users/aks2026/)
 * Last activity: [1 week, 5 days ago](https://wordpress.org/support/topic/css-queries/#post-18908897)
 * Status: resolved