• Resolved hagglebuddyadmin

    (@hagglebuddyadmin)


    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

    (@yeisonbp)

    Hi @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.