Create New Ticket

CrossLeaf

January 2016

What CSS script would I have to add to change the Green Buttons? In particular the most visible ones “Create New Ticket” “Transfer Ticket” “Post Response”

Thank you very much.

CSSJockey

January 2016

The class to change the green buttons is ’.btn-success’.

Just add the following to our Custom CSS/Javascript page in the plugin settings:

supportezzy .btn-success

{ background-color: #your_color_code; border-color: #color_code_matching_the_bg_color; }

Caution: It would change all the green buttons in the app.

Last updated byadmin