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