Jump to content

Relocating or removing the 'Sign In' link from the main navigation

Recommended Posts

Site URL: https://www.farmtoforkfitness.com/

I added subscription products to my site, and it automatically added a 'Sign In' link to the main navigation. It does not appear in the Pages section, so I have been unable to move it and Squarespace support said that I cannot move it. If you have subscription products they stick this link on the main navigation. 

Anyone have ideas or code that can hide it or move it to the footer navigation? 

Thank you! 

Link to comment
On 12/11/2020 at 4:43 PM, Twrenegade said:

Anyone have ideas or code that can hide

Add the following to Design > Custom CSS.

.main-nav ul li.user-account-link {

  display: none;
  
  }

This is for v7.0 using the Adirondack template.

Let us know how it goes.

Edited by creedon

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
On 12/17/2020 at 9:39 PM, Twrenegade said:

That worked! Thank you so much! 

I see on tablet, header overlap page title. https://www.farmtoforkfitness.com/holiday-gift-vouchers

You can add this to Custom CSS to fix this

/* Overlap page title */
@media screen and (max-width:991px) and (min-width:768px) {
body#collection-5dddf7ba0a44fe71fbbc5bee #content {
    margin-top: 20px;
}
}

 

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
On 12/11/2020 at 5:50 PM, creedon said:

Add the following to Design > Custom CSS.


.main-nav ul li.user-account-link {

  display: none;
  
  }

Let us know how it goes.

This worked well, thanks! 

Do you know if we can change the "sign in" to a different name? Like, "course sign-in" or something similar ? I need the member area hidden at the moment, but I need to rename the link once I put it back into the menu bar. TIA!

Link to comment
25 minutes ago, BrittanyGardnerCreative said:

Do you know if we can change the "sign in" to a different name? Like, "course sign-in" or something similar ?

Please post the URL to your site.

If your site is not public please set up a site-wide password, if you've not already done so. Post the password here.

We can then take a look at your issue.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • 1 year later...
On 12/12/2020 at 12:50 AM, creedon said:

Add the following to Design > Custom CSS.

.main-nav ul li.user-account-link {

  display: none;
  
  }

Let us know how it goes.

Hi, I have added this text to my site with no effect. My site is www.getrbpm.com. Ideally, I would like the Sign In link to the immediate left of the community option.

Link to comment
2 hours ago, AndrewJSmart said:

Hi, I have added this text to my site with no effect.

The reason the code didn't work is it was designed for the Adirondack template.

Quote

I would like the Sign In link to the immediate left of the community option.

Add the following to Design > Custom CSS.

/* begin navigation sign in just before community */

  .user-account-link {
  
    order : 1;
    
    }
    
  #mainNavigation,
  #mobileNavigation
  
    {
    
      display : flex;
      
      }
  
  #mainNavigation > div:last-child,
  #mobileNavigation > div:last-child
  
    {
      
      order : 1;
      
      }
      
  /* desktop */
  
  #mainNavigation {
  
    align-items : center;
    justify-content : flex-end;
    
    }
    
  /* mobile */
  
  #mobileNavigation {
  
    flex-direction : column;
    
    }
    
  /* end navigation sign in just before community */

This is for v7.0 using the Bedford template family and is specific to the poster's need.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • 1 year later...
38 minutes ago, ParishSupport said:

what code would you use to just hide the Sign In link in the Bedford theme in v7.0?

Please post the URL for a page on your site where we can see your issue.

A link to the backend of the your site won’t work for us, i.e. a url that contains /config/.

Please set up a site-wide password, if your site is not public and you've not already done so.

Post the password here.

Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site.

Please read the site-wide password and how to share a link documentation to understand how they work.

We can then take a look at your issue.

You may find How to post a forum question post useful.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
14 hours ago, ParishSupport said:

what code would you use to just hide the Sign In link in the Bedford theme in v7.0?

Go to Settings > Customer Accounts. Turn it off.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • 2 weeks later...

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.