New Landing How can we help? Atelier Shop Sign-Up link is doubled

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #230405
    maratino
    Member
    Post count: 68

    Why do i have two sign-up links?

    <ul class="sub-menu" style="top: 110px; display: none;">
    <li class="menu-item"><a href="https://destillerie-kohler.de/aromenbibliotheque/mein-konto/">Anmelden</a></li>
    <li class="menu-item"><a href="https://destillerie-kohler.de/aromenbibliotheque/mein-konto/">Sign Up</a></li>
    </ul>
    #230500
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .account-item  ul.sub-menu li:last-child{
    display:none !important;
    }

    Thanks
    Mohammad

    #230503
    maratino
    Member
    Post count: 68

    Thanks, but this is not a good solution as the “Sign out” link would disappear once a user is logged-in.

    #230517
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try

    body:not(.logged-in) .account-item  ul.sub-menu li:last-child{
    display:none !important;
    }

    – Kyle

    #230519
    maratino
    Member
    Post count: 68

    works, thank you.

    #230521
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 6 posts - 1 through 6 (of 6 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