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 best , and see my profile. Thanks for your support!

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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 best , and see my profile. Thanks for your support!

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 best , and see my profile. Thanks for your support!

Link to comment
9 hours ago, Womenbecomingwhole said:

I tried this also and it didn't work. Any other suggestions? I am trying to get the Sign In to move down to the header. 

What is your site url? We can check easier

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
23 hours ago, abours said:

I tried this also and it didn't work. Any other suggestions? my website is: www.matchmakers.es

I don't see sign in link in navigation. Did you remove it?

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

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.