Title: Edit Buttons
Last modified: July 11, 2019

---

# Edit Buttons

 *  Resolved [hagglebuddyadmin](https://wordpress.org/support/users/hagglebuddyadmin/)
 * (@hagglebuddyadmin)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/edit-buttons-2/)
 * Hey there,
 * Just wondered if it’s possible to edit the buttons on the tickets page and the
   new tickets page.
 * For example, is it possible to hide the ‘Logout’ button and the ‘Open a Ticket’
   button? I checked other forum posts that say to use CSS in the style sheet on
   the child theme but that didn’t work for me, any other suggestions?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Yeison Baron](https://wordpress.org/support/users/yeisonbp/)
 * (@yeisonbp)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/edit-buttons-2/#post-11741534)
 * Hi [@hagglebuddyadmin](https://wordpress.org/support/users/hagglebuddyadmin/),
 * You can hide the logout button with some CSS in your theme. Since each theme 
   is different the actual CSS would vary slightly but something like:
 * .wpas-link.logout{
 * display: none;
 * }
 * Might work.
 * Other css class names associated with that are include wpas-btn-default and wpas-
   btn but both of those are likely to have some unintended sideeffects.
 * Regards.

Viewing 1 replies (of 1 total)

The topic ‘Edit Buttons’ is closed to new replies.

 * ![](https://ps.w.org/awesome-support/assets/icon-256x256.png?rev=1849681)
 * [Awesome Support - WordPress HelpDesk & Support Plugin](https://wordpress.org/plugins/awesome-support/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/awesome-support/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/awesome-support/)
 * [Active Topics](https://wordpress.org/support/plugin/awesome-support/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/awesome-support/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/awesome-support/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Yeison Baron](https://wordpress.org/support/users/yeisonbp/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/edit-buttons-2/#post-11741534)
 * Status: resolved