Title: Removing Logout Button
Last modified: September 26, 2019

---

# Removing Logout Button

 *  Resolved [jeremyj6482](https://wordpress.org/support/users/jeremyj6482/)
 * (@jeremyj6482)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/removing-logout-button/)
 * Hello,
 * I have created a single-private.page.php and edited the template, but I don’t
   see where to remove the “Log Out – <username>” that is near the top of the page
   on the right. Viewing the source, it appears to be part of the h4 section and
   generated by the page rather than a template file.
 * Is there anyway to remove it?
 * Thanks

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

 *  [Paul](https://wordpress.org/support/users/paulplapsa/)
 * (@paulplapsa)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/removing-logout-button/#post-11970565)
 * Hello [@jeremyj6482](https://wordpress.org/support/users/jeremyj6482/),
 * You can add the CSS bellow to Dashboard -> Appearance -> Customize -> Additional
   CSS to hide the log out link:
 *     ```
       .cp-logout {
       	display: none;
       }
       ```
   
 * Best Regards,
    Paul
 *  Thread Starter [jeremyj6482](https://wordpress.org/support/users/jeremyj6482/)
 * (@jeremyj6482)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/removing-logout-button/#post-11971632)
 * Thank you. That worked perfectly.

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

The topic ‘Removing Logout Button’ is closed to new replies.

 * ![](https://ps.w.org/client-portal/assets/icon-256x256.png?rev=1391969)
 * [Client Portal - Private user pages and login](https://wordpress.org/plugins/client-portal/)
 * [Support Threads](https://wordpress.org/support/plugin/client-portal/)
 * [Active Topics](https://wordpress.org/support/plugin/client-portal/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/client-portal/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/client-portal/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [jeremyj6482](https://wordpress.org/support/users/jeremyj6482/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/removing-logout-button/#post-11971632)
 * Status: resolved