New Landing How can we help? Atelier header config

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #276855
    mazzaji
    Member
    Post count: 10

    hello,

    I put “ACCOUNT” on the header right config. The login and sign up hyperlinks to the same page.
    I have tried to change the settings in woocommerce but it links always to the same page.

    thank you

    #276867
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes, this is the functionality of woocommerce, both the sign in and register form are on the same page

    – Kyle

    #279430
    leggero
    Member
    Post count: 107

    Hi Kyle

    Same problem here. Any chance to hide “sign up”?

    Thanks and best regards

    CAspar

    #279432
    David Martin – Support
    Moderator
    Post count: 20834

    Please hide the sign up link with this, add this to Theme Options => Custom CSS:

    .account-item ul.sub-menu li:nth-of-type(2) {
        display: none;
    }
    #279442
    leggero
    Member
    Post count: 107

    Thanks!

    #279447
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks David

    – Kyle

    #284662
    leggero
    Member
    Post count: 107

    Hi David
    The code works fine on desktop. Any chance to hide it also on mobile menu?

    Thanks and best regards

    Caspar

    #284744
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    #mobile-menu ul li:last-child {
      display: none;
    }

    – Kyle

    #284773
    leggero
    Member
    Post count: 107

    Thanks Kyle!

    #284778
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #286034
    leggero
    Member
    Post count: 107

    Hi Kyle

    I just saw that with this custom code always the last item in the menu is hidden, meaning also the last of any other submenu…

    #286036
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Change to

    
    #mobile-menu > ul li:last-child {
      display: none;
    }

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register