New Landing How can we help? Atelier Login, Signup Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #245652
    HB
    Member
    Post count: 76

    Hi there,

    Are we able to only show the option Login when a user is logged out of our website?

    At the moment it shows both Login and Signup (Signup has been disabled as we don’t allow customers to create an account without checking out).

    I’ve attached a video & image to show the process.

    Cheers,
    Andy

    Attachments:
    You must be logged in to view attached files.
    #245656
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    nav .menu .account-item ul.sub-menu li:nth-child(2) {
      display: none;
    }

    – Kyle

    #246204
    HB
    Member
    Post count: 76

    Hi Kyle,

    That code hides the Sign Out option when a user is logged in.

    Is it possible to only hide Sign Up when the user is logged out?

    Thanks,
    Andy

    #246288
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    body:not(.logged-in) nav .menu .account-item ul.sub-menu li:nth-child(2) {
      display: none;
    }

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register