Simon-JustGoodJuju Posted February 20, 2020 Share Posted February 20, 2020 Site URL: https://justgoodjuju.com/ I want to change the Customer Account sign in link in the header from 'Sign In' to something else. I tried: span.sign-in { content: "New text"; } I guess I am referencing it wrong. Anyone know how to do this? Link to comment
tuanphan Posted February 22, 2020 Share Posted February 22, 2020 Add to Home > Design > Custom CSS .Header-account span.unauth { visibility: hidden; } .Header-account span.unauth:after { visibility: visible; content: "tuanphan"; font-size: 15px; color: red; font-family: monospace; } 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
Simon-JustGoodJuju Posted February 22, 2020 Author Share Posted February 22, 2020 Thank you tuanphan - as always a perfect solution. Link to comment
jjjuliejj Posted April 2, 2020 Share Posted April 2, 2020 How do I change the font for where that pop-up window says "Welcome to [website]"?? Link to comment
tuanphan Posted April 2, 2020 Share Posted April 2, 2020 20 minutes ago, jjjuliejj said: How do I change the font for where that pop-up window says "Welcome to [website]"?? I don't see popup. Where is popup? 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
Simon-JustGoodJuju Posted April 3, 2020 Author Share Posted April 3, 2020 Tuanphan I need to change the login wording on Mobile - how do I find out what the reference is? Is there a standard way to know how to reference a mobile item if you know the desktop reference (like adding 'mobile' on the front)? Link to comment
tuanphan Posted April 3, 2020 Share Posted April 3, 2020 1 hour ago, Simon-JustGoodJuju said: Tuanphan I need to change the login wording on Mobile - how do I find out what the reference is? Is there a standard way to know how to reference a mobile item if you know the desktop reference (like adding 'mobile' on the front)? i answered on your other post.. 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
pgcreativedesigns Posted November 29, 2020 Share Posted November 29, 2020 @tuanphan I also had this issue, but used this solution to change the wording on desktop. It worked wonderfully - THANK YOU! However, when I changed the text for my account sign in link in navigation, it also changed the spacing on mobile... I added the position: absolute, however it's still slightly shifted off center on mobile. Is there a part of the code I'm missing to help fix this on mobile? The website is: www.patrickgarr.com. Thank you for your help! PATRICK GARR 🚀Helping artists become creative entrepreneurs w. PGCreativeDesigns.com e. Hello@PGCreativeDesigns.com Link to comment
tuanphan Posted December 3, 2020 Share Posted December 3, 2020 On 11/29/2020 at 11:13 PM, pgcreativedesigns said: @tuanphan I also had this issue, but used this solution to change the wording on desktop. It worked wonderfully - THANK YOU! However, when I changed the text for my account sign in link in navigation, it also changed the spacing on mobile... I added the position: absolute, however it's still slightly shifted off center on mobile. Is there a part of the code I'm missing to help fix this on mobile? The website is: www.patrickgarr.com. Thank you for your help! I see fine here. Can you describe in detail? 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
Vasiliss Posted March 10, 2021 Share Posted March 10, 2021 On 2/22/2020 at 9:07 AM, tuanphan said: Add to Home > Design > Custom CSS .Header-account span.unauth { visibility: hidden; } .Header-account span.unauth:after { visibility: visible; content: "tuanphan"; font-size: 15px; color: red; font-family: monospace; } Hi @tuanphan, Thanks for the amazing replies. I had the same issue and used this code. Just copied and pasted it on custom css. It didn't do anything which is very weird! Link to comment
aricdipiero Posted March 11, 2021 Share Posted March 11, 2021 @tuanphan can you tell me how to change the welcome message that appears in this popup when people click my site's login button? I need to clarify what users are logging in for, since I have other platforms such as Teachable and my students are confused by all the login option. My URL is https://megandipierocoaching.com Link to comment
tuanphan Posted March 21, 2021 Share Posted March 21, 2021 On 3/12/2021 at 3:45 AM, aricdipiero said: @tuanphan can you tell me how to change the welcome message that appears in this popup when people click my site's login button? I need to clarify what users are logging in for, since I have other platforms such as Teachable and my students are confused by all the login option. My URL is https://megandipierocoaching.com Hi. This is not possible, even with custom code 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
Jbeefy Posted September 3, 2021 Share Posted September 3, 2021 On 3/20/2021 at 9:32 PM, tuanphan said: Hi. This is not possible, even with custom code Hi Tuanphan - Is there a way to change text and also the font on this pop-up for sign in, or still not possible? Thanks for any help Link to comment
tuanphan Posted September 5, 2021 Share Posted September 5, 2021 On 9/3/2021 at 12:01 PM, Jbeefy said: Hi Tuanphan - Is there a way to change text and also the font on this pop-up for sign in, or still not possible? Thanks for any help Not possible to change anything in sign in popup 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
creedon Posted September 5, 2021 Share Posted September 5, 2021 (edited) @aricdipiero Please see Member Area Sign in Window Title Change. This is somewhat experimental. The code only changes the text of the title. As in just the words, not the style. It worked here locally in my testing. Let us know how it goes. Edited September 6, 2021 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
Guest Posted October 14, 2021 Share Posted October 14, 2021 On 9/6/2021 at 12:44 AM, creedon said: @aricdipiero Please see Member Area Sign in Window Title Change. This is somewhat experimental. The code only changes the text of the title. As in just the words, not the style. It worked here locally in my testing. Let us know how it goes. Don't work for me 😞 Link to comment
creedon Posted October 14, 2021 Share Posted October 14, 2021 @idflow Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. JustinSeimits 1 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
JustinSeimits Posted February 23, 2022 Share Posted February 23, 2022 On 10/14/2021 at 1:41 PM, creedon said: @idflow Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. @creedon did you get this to work? I would love to use this on a clients site I added the code from the github and it is not working for me. DM me and I can get you into the site to look at what I might be missing. Mahalo, Link to comment
creedon Posted February 23, 2022 Share Posted February 23, 2022 22 minutes ago, JustinSeimits said: did you get this to work? I did get it to work but as I noted it was a bit experimental. I don't intentionally post non-working code to my monorepo. 🙂 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
JustinSeimits Posted February 23, 2022 Share Posted February 23, 2022 @creedon can you help me figure out why it is not working on my site? Link to comment
creedon Posted February 23, 2022 Share Posted February 23, 2022 DM sent! 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
creedon Posted February 23, 2022 Share Posted February 23, 2022 I have updated my cited code in my September 5, 2021 post earlier in this thread. SS changed some classes which I updated in my code. 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
HappinessConcierge Posted March 9, 2022 Share Posted March 9, 2022 On 2/22/2020 at 7:07 PM, tuanphan said: Add to Home > Design > Custom CSS .Header-account span.unauth { visibility: hidden; } .Header-account span.unauth:after { visibility: visible; content: "tuanphan"; font-size: 15px; color: red; font-family: monospace; } Hi Tuanphan, is there a way to change the text from 'my account', once someone has signed in? Thank you. Link to comment
tuanphan Posted March 13, 2022 Share Posted March 13, 2022 On 3/9/2022 at 9:03 AM, HappinessConcierge said: Hi Tuanphan, is there a way to change the text from 'my account', once someone has signed in? Thank you. Try this code .Header-account span.auth { visibility: hidden; } .Header-account span.auth:after { visibility: visible; content: "tuanphan"; font-size: 15px; color: red; font-family: monospace; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment