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;
}
@onfleekresources
Copy link
Copy Markdown

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

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

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
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