x

Removing the login link in the header

I have a login link in my website's header that I want to remove: (www.YouPick.app/)

image

So I went to the settings in the editor and disabled the Show "Log In" in site menu option:

imageBut this didn't fix it.  Next, I saw on other posts that people were told to disable costumer accounts in the checkout site settings, in an advanced settings on said page.  But I couldn't find such a menu:

image

Any ideas on how to fix this?  I've already tried to un-publish and re-publish the website.

Thanks!

417 Views
Message 1 of 3
Report
1 Best Answer

Best Answer

Ope, just fixed it.  I added:

@Media screen {
    .membership-cart {
        display: none !important;
    }
}

to my header code (under SEO) and it's gone now.

View Best Answer >

413 Views
Message 4 of 3
Report
2 REPLIES 2

Best Answer

Ope, just fixed it.  I added:

@Media screen {
    .membership-cart {
        display: none !important;
    }
}

to my header code (under SEO) and it's gone now.

414 Views
Message 4 of 3
Report
Square

Thanks for posting, @mrcmrc 

The reason you could not see the "customer account" option under Settings > Checkout is because you did not have a payment processor (Square, Stripe, or Paypal) connected. In this scenario, you would need to temporarily activate one, then disable the customer account option, OR you can log into the account through the Weebly (iOS or Android) app, and uncheck the option under the Store menu. 

Thanks for posting your work-around. If you need to remove the code you aded for any reason, you can use one of the above options I posted. 😊

397 Views
Message 4 of 3
Report