Jump to content

Changing "Sign In" on Bryant Template 7.0

Recommended Posts

Add the following to Design > Custom CSS.

/* begin customer account sign in link change, uses LESS syntax */

  #mainNavigation,
  #mobileNavigation
  
    {
    
      display : flex;
      
      .user-account-link {
      
        order : 1;
        
        .unauth {
        
          visibility : hidden;
          
          &::before {
          
            content : 'Log In';
            visibility : visible;
            
            }
            
          }
          
        }
        
      }
      
  #mobileNavigation {
  
    flex-direction : column;
    
    .user-account-link {
    
      margin-top : 1em;
      order : 1;
      
      }
      
    }
    
  @media only screen and ( min-width : 641px ) {
  
    body:not( .force-mobile-nav ) .nav-wrapper nav > div:last-child > a {
    
      padding-right : 1em;
      
      }
      
    }
    
  /* end customer account sign in link change */

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

Let us know how it goes.

Edited by creedon
version 2

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

Thanks Creedon! This solves the issue when the hamburger menu appears (mobile) but when viewed on a larger screen and the regular navigation appears the "Sign In" is still there and still the very first navigation item. Do you have a snippet of code that addresses that issue too? Again, thank you so much!

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.