Hide the Post a Job button in the header from non-logged in users

Hi.

I,m working with Job Hive theme.

I have code as bellow:
body:not(.logged-in) .hp-menu--site-header .hp-menu__item--listing-submit{
  display: none;
}

And it not working. But with Listing Hive works perfectly.

Can You help me.

Hi,

Please add !important to your snippet:

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

This should do the trick.

Hi, Ksenia.

It works perfectly.

Thanks

1 Like

Glad to help!

If you have a minute, please rate HivePress on the WordPress repository or Trustpilot. Your feedback means a lot to us and makes a real difference in helping us grow.

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