Skip to content

Instantly share code, notes, and snippets.

@hivepress
Created April 26, 2022 15:47
Show Gist options
  • Select an option

  • Save hivepress/5a86e4fbdde9e65a274d2fa09a8d0387 to your computer and use it in GitHub Desktop.

Select an option

Save hivepress/5a86e4fbdde9e65a274d2fa09a8d0387 to your computer and use it in GitHub Desktop.
Hide the Add Listing (List a Service, List a Property) button #hivepress #listings
.hp-menu--site-header .hp-menu__item--listing-submit{
display: none;
}
@hivepress
Copy link
Copy Markdown
Author

Please make sure that you copied it correctly, you can also try adding "!important" to the end of the CSS rule.

@onfleekresources
Copy link
Copy Markdown

Okay adding the !important worked! Thank you soooo much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment