Hide the Add Listing button from header

Hi, How can I hide the add listing button from the header?
should I add this CSS: .site-header .hp-menu__item–listing-submit {display:none}

If so, where should I add it, on Php Snippets section?

Hi,

If you want to disable the front-end listing submission, you can do that in the WP Dashboard > HivePress > Settings > Listings section.

If you want just to hide the button (but the listing submission feature will be available by direct link), you can use this CSS code snippet Hide the Add Listing (List a Service, List a Property) button #hivepress #listings · GitHub

You can add all the CSS code snippets in the WP Dashboard > Appearance > Customize > Additional CSS section.

For future, if you’ll need to add a PHP code snippets, you can use this plugin Code Snippets – WordPress plugin | WordPress.org

Thank you that helped!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.