Join

Hide MyListing Quick Actions for Unverified Listings

Don't want to mess with guides or code snippets? This is a feature of MyListing Pro.

  1. 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).
  2. Adjust the ID (qa-xxxxxxx) to match your actual ID from the previous step.
CSS
body:not(.c27-verified) #qa-xxxxx {
     display: none;
}

Video Tutorial

Youtube video