How to delete or hide the Add Listing button and categories

Hello,

I have several questions:
How can I hide or delete the header add listing button?
How can I hide or delete the categories in the user account menu (ads, packages)?

I use this CSS code to hide the button.

.hp-menu--site-header .hp-menu__item--listing-submit{
  display: none;
}

Make sure you put it within the Appearance / Customize / Additional CSS Section.

2 Likes

Hi,

  1. You can disable the Allow submitting new listings feature in HivePress > Settings > Listings or use the above CSS snippet.

  2. Please provide more details where exactly you need to hide the categories and we will try to help (you can send a screenshot).

Thank you !! very much it worked !! :grinning:

When you log on to the site, you’ll see a this menu on the side


I’d like to know if it’s possible to change the menu selection (add or remove items)

Hi,

Please disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin, make sure that caching is disabled for logged-in users.

Also, you can customize your menu items in Appearance > Menus.

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