Join our new community forum for support & discussion

Join Now

Home Support Themes ListingHive Add Listing Button if user is not logged

Add Listing Button if user is not logged

  • Author
    Posts
  • viniciusbh.soares

    this question show how to hide for a ‘subscriber’, how to hide the Add Listing Button for non logged users?

    yevhen developer

    Please try this CSS snippet

    .logged-in .hp-menu--site-header .hp-menu__item--listing-submit{
      display: block;
    }
    
    .hp-menu--site-header .hp-menu__item--listing-submit{
      display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.