I would like to Hide both Post Request and List Service Buttons

Hello,

I would like to Hide both Post Request and List Service Buttons if users are not logged in.

Is this possible?

1 Like

Please try this CSS snippet

body:not(.logged-in) .header-navbar__actions .hp-menu__item--request-submit, body:not(.logged-in) .header-navbar__actions .hp-menu__item--listing-submit{
 display: none !important;
}

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

Hi @GOM,

Please make sure you add this snippet using this documentation:How to add custom code snippets - HivePress Help Center

Also, 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.

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