Skip to content

Instantly share code, notes, and snippets.

@hivepress
Created April 26, 2022 15:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hivepress/5a86e4fbdde9e65a274d2fa09a8d0387 to your computer and use it in GitHub Desktop.
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;
}
@onfleekresources
Copy link

I'm using the jobhive theme. This snippet did not remove the button. Suggestions?

@hivepress
Copy link
Author

Please make sure that it's added via Appearance/Customize/Additional CSS and the website cache is cleared, this snippet is valid for any of our themes.

@onfleekresources
Copy link

This snippet still does not remove the +Post A Job from my main menu. I have added it via Appearance/Customize/Additional CSS and cleared cache.

@hivepress
Copy link
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

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