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.