-
Content Count
10 -
Joined
-
Last visited
Personal Information
- Website
-
Location
New York, NY
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
pgcreativedesigns reacted to a status update: Hey there Circle friends - happy 2021 🥳 I am keeping up my #TutorialTuesday tradition
-
pgcreativedesigns started following M-PowerStudio
-
Typewriter & delete effect? TypeIt or something similar
pgcreativedesigns replied to SheriM's question in Coding and Customization
@tuanphan It is also breaking the full width background for the whole page now. Any way to fix this? Is there also a way to justify the text to center on mobile for the typewriter since it goes onto a second line of text? Thanks for your help!! -
Typewriter & delete effect? TypeIt or something similar
pgcreativedesigns replied to SheriM's question in Coding and Customization
@tuanphan anyone have any luck with this? I have tried this and removed the section and it's also breaking the full-width background... Any help much appreciated! Link: www.amplifyvocalstudio.com/homenew -
Disabling Form Lightbox Button
pgcreativedesigns replied to GamesDynamic's question in Coding and Customization
@tuanphan has this been solved? I would love any insight to this. I have a lightbox button on patrickgarr.com/coaching under private coaching that says “apply here” that I would like to hide when I am not accepting applications. Thanks for any help!- 4 replies
-
- code
- code-injection
-
(and 1 more)
Tagged with:
-
pgcreativedesigns started following Change login button name and How do I change the text of 'Sign In'
-
Change login button name
pgcreativedesigns replied to Callumjv's question in Coding and Customization
@tuanphan this worked perfectly! Thank you SO much for your help figuring this out. I appreciate it. -
Change login button name
pgcreativedesigns replied to Callumjv's question in Coding and Customization
@tuanphan For some reason that took it away completely on desktop... Not sure if it's also because I have the below code to change and hide the "sign in" text that I am replacing. .user-account-link span.unauth { visibility: hidden; } -
Change login button name
pgcreativedesigns replied to Callumjv's question in Coding and Customization
@tuanphan Thank you!! I really appreciate this. It did fix it on mobile. However, it then centered behind the site title on desktop. Is there anything I need to do to rearrange that but keep mobile center? -
Change login button name
pgcreativedesigns replied to Callumjv's question in Coding and Customization
@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) -
How do I change the text of 'Sign In'
pgcreativedesigns replied to Simon-JustGoodJuju's question in Coding and Customization
@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! -
Change login button name
pgcreativedesigns replied to Callumjv's question in Coding and Customization
@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!