Title: hide authorization in a form
Last modified: August 31, 2023

---

# hide authorization in a form

 *  Resolved [walbadynamics](https://wordpress.org/support/users/walbadynamics/)
 * (@walbadynamics)
 * [3 years ago](https://wordpress.org/support/topic/hide-authorization-in-a-form/)
 * I want to hide the login and logout form, it shows a link to the admin area! 
   How to hide it?
 * [https://prnt.sc/QxEA0cVOPhOS](https://prnt.sc/QxEA0cVOPhOS)

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

 *  Plugin Contributor [Sabbir Mahmud](https://wordpress.org/support/users/sadhinsabbir/)
 * (@sadhinsabbir)
 * [3 years ago](https://wordpress.org/support/topic/hide-authorization-in-a-form/#post-17015695)
 * Hi [@walbadynamics](https://wordpress.org/support/users/walbadynamics/) ,
 * I hope you’re doing great today.
   Please navigate through:
 * **Dashboard**>>**Appearance**>>**Customize**>>**Additional CSS** section and 
   add the following custom CSS code:
 *     ```wp-block-code
       .logged-in-as a:first-child{
       	display:none;
       }
       ```
   
 * Hopefully, it will hide the link. Feel free to let me know if you need any further
   assistance.
   Best regards 🙂
    -  This reply was modified 3 years ago by [Sabbir Mahmud](https://wordpress.org/support/users/sadhinsabbir/).
 *  Thread Starter [walbadynamics](https://wordpress.org/support/users/walbadynamics/)
 * (@walbadynamics)
 * [3 years ago](https://wordpress.org/support/topic/hide-authorization-in-a-form/#post-17016689)
 * Write where to delete the code from the .php form?
   I don’t like what the site’s
   login is shown and the input secret in the admin panel is shown
 *  Plugin Contributor [Sabbir Mahmud](https://wordpress.org/support/users/sadhinsabbir/)
 * (@sadhinsabbir)
 * [3 years ago](https://wordpress.org/support/topic/hide-authorization-in-a-form/#post-17017613)
 * Hi [@walbadynamics](https://wordpress.org/support/users/walbadynamics/) ,
 * I am really sorry but little confused about your query. Would you please elaborate
   it for me?
 * I got the point, that you don’t want to show the dashboard section to your customers
   and provided a custom CSS code that will hide the text which links to dashboard.
 * Best regards 🙂

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

The topic ‘hide authorization in a form’ is closed to new replies.

 * ![](https://ps.w.org/reviewx/assets/icon-256x256.gif?rev=2365574)
 * [ReviewX – Multi-Criteria Reviews for WooCommerce with Google Reviews & Schema](https://wordpress.org/plugins/reviewx/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/reviewx/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/reviewx/)
 * [Active Topics](https://wordpress.org/support/plugin/reviewx/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/reviewx/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/reviewx/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Sabbir Mahmud](https://wordpress.org/support/users/sadhinsabbir/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/hide-authorization-in-a-form/#post-17017613)
 * Status: resolved