Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
1.4k views
in Plugins by
Q2A version: 1.7.0

1 Answer

+3 votes
by
selected by
 
Best answer

Example:

.qa-template-account .qa-form-wide-button-delete {
background-color:#c00;
border-color:#a00;
}

.qa-part-form-profile .qa-form-wide-button-delete {
background-color:#c00;
border-color:#a00;
}

...