Jump to content

Change login button name

Recommended Posts

  • 4 months later...

I did the same. Unfortunately, after a customer logs in the wording of the original login link changes from "Sign in" to "Account". With the CSS change it doesn't do that. 

Any idea how to achieve that the "sign in" wording is changed before a customer is logged in. After the login the adapted wording should disappear and the original Squarespace wording for the "after-login" should be shown?

Link to comment
  • 1 month later...

@tuanphan For some reason I am also still having issues with this. I am able to hide the sign in text with css, however it is not allowing me to transform the text... I am on an older version of SquareSpace. Ideally, I would love to replace the text with a user account login icon that matches the coloration of the site. Any ideas to help? (website is: www.patrickgarr.com). Thanks!

PATRICK GARR

🚀Helping artists become creative entrepreneurs 

w. PGCreativeDesigns.com

e. Hello@PGCreativeDesigns.com

Link to comment
On 11/29/2020 at 9:58 AM, pgcreativedesigns said:

@tuanphan For some reason I am also still having issues with this. I am able to hide the sign in text with css, however it is not allowing me to transform the text... I am on an older version of SquareSpace. Ideally, I would love to replace the text with a user account login icon that matches the coloration of the site. Any ideas to help? (website is: www.patrickgarr.com). Thanks!

I see you solved?

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

@tuanphan Yes - it does look better. I got an icon, however it was extremely small, so I switched it back to the custom text "Members". The issue I'm having now is that on mobile it is slightly off center compared to the other navigation links. Anything I can do to solve this? Thanks for your help! I added a screenshot below. (link: www.patrickgarr.com) 

IMG_2813.PNG

PATRICK GARR

🚀Helping artists become creative entrepreneurs 

w. PGCreativeDesigns.com

e. Hello@PGCreativeDesigns.com

Link to comment
On 12/4/2020 at 11:19 PM, pgcreativedesigns said:

@tuanphan Yes - it does look better. I got an icon, however it was extremely small, so I switched it back to the custom text "Members". The issue I'm having now is that on mobile it is slightly off center compared to the other navigation links. Anything I can do to solve this? Thanks for your help! I added a screenshot below. (link: www.patrickgarr.com) 

IMG_2813.PNG

Add left & translate

.user-account-link span.unauth:before {
    visibility: visible;
    content: "MEMBERS";
    font-size: inherit;
    color: #d3aa4a;
    font-family: inherit;
    text-align: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

 

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
@media screen and (max-width:767px) {
.user-account-link span.unauth:before {
    visibility: visible;
    content: "MEMBERS";
    font-size: inherit;
    color: #d3aa4a;
    font-family: inherit;
    text-align: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
}

 

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
  • 1 month later...

The text on mobile is now off-centre.  Any ideas?  I can't send you a link unfortunately.  I can send you all the screenshots you need though.

 

IMG_3713.thumb.png.28b281e529d088d7c0f49e64b3d85b38.png

 

329209031_Screenshot2021-01-22at13_44_17.png.7c32c876e4ff2f59d3565df215031698.png

 

On 5/27/2020 at 12:11 PM, tuanphan said:

Add to Home > Design > Custom CSS


.user-accounts-text-link {
    visibility: hidden;
}
.user-accounts-text-link:before {
    visibility: visible;
    content: "New text";
    position: absolute;
}

 

 

Link to comment
1 hour ago, joelygoe said:

The text on mobile is now off-centre.  Any ideas?  I can't send you a link unfortunately.  I can send you all the screenshots you need though.

 

IMG_3713.thumb.png.28b281e529d088d7c0f49e64b3d85b38.png

 

329209031_Screenshot2021-01-22at13_44_17.png.7c32c876e4ff2f59d3565df215031698.png

 

 

I can't help without checking site code.

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
  • 2 years later...
On 5/27/2020 at 12:11 PM, tuanphan said:

Add to Home > Design > Custom CSS

.user-accounts-text-link {
    visibility: hidden;
}
.user-accounts-text-link:before {
    visibility: visible;
    content: "New text";
    position: absolute;
}

I used this on my site https://www.midastouch.ie/ however the formatting went askew (see screen shot attached). Any tips on how to get it all align on a single line @tuanphan 🙏🏼

 

Screenshot 2023-09-21 at 13.45.31.png

Link to comment
On 9/21/2023 at 7:48 PM, DreamrW said:

Screenshot 2023-09-21 at 13.45.31.png

You can use white-space: nowrap;

.user-accounts-text-link {
    visibility: hidden;
}
.user-accounts-text-link:before {
    visibility: visible;
    content: "New text";
    position: absolute;
    white-space: nowrap;
}

 

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

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.