Jump to content

[Share] Remove "Sign In/Login/Account" from Header

Recommended Posts

To remove Sign in (or Login or Account) from Header, you can use these CSS code to Website Tools > Custom CSS.

If code doesn't work, you can send site url, I will check it again.

#1. Remove on All Pages

You can edit Site Header

image.png.3100ae8452896045dc31346267cf98e0.png

Click ADD ELEMENTS

image.png.de0b042a2d8f020a2adeb7fbd7e1bb35.png

Disable Account option

image.png.65da6e1c6da99031e3659a1fc84e9320.png

#2. Remove on One Page

First, you need to find Page ID. Use below thread.

image.png.fa44c9d3b61f47983798a0c228c6db35.png

Next, use CSS code like this to Custom CSS

#collection-66a1bfc99041e47b896c1e48 .user-accounts-link {
    display: none !important;
}

image.png.c6984867d99bbd46ddc3e90a62758be0.png

#3. Remove on Desktop Only

div.header-display-desktop .user-accounts-link {
    display: none !important;
}

#4. Remove on Mobile Only

div.header-display-mobile .user-accounts-link {
    display: none !important;
}

#5. Remove on Header Scroll

header#header.shrink .user-accounts-link {
    display: none !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • Replies 0
  • Views 130
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Posted Images

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.