- From your web browser, inspect the Quick Action(s) you would like to hide and make a note of its ID (e.g., qa-xxxxxxx).
- Adjust the ID (qa-xxxxxxx) to match your actual ID from the previous step.
body:not(.c27-verified) #qa-xxxxx {
display: none;
}