Twrenegade Posted December 12, 2020 Posted December 12, 2020 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!
creedon Posted December 12, 2020 Posted December 12, 2020 (edited) 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 March 29, 2022 by creedon tuanphan 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.
Twrenegade Posted December 17, 2020 Author Posted December 17, 2020 That worked! Thank you so much! creedon and tuanphan 2
tuanphan Posted December 21, 2020 Posted December 21, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
BrittanyGardnerCreative Posted December 29, 2020 Posted December 29, 2020 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!
creedon Posted December 29, 2020 Posted December 29, 2020 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 the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
AndrewJSmart Posted March 28, 2022 Posted March 28, 2022 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.
AndrewJSmart Posted March 28, 2022 Posted March 28, 2022 This is what I added to my site. .main-nav ul li.user-account-link { display: none; }
creedon Posted March 29, 2022 Posted March 29, 2022 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 the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Womenbecomingwhole Posted April 4, 2022 Posted April 4, 2022 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.
tuanphan Posted April 5, 2022 Posted April 5, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
abours Posted April 5, 2022 Posted April 5, 2022 I tried this also and it didn't work. Any other suggestions? my website is: www.matchmakers.es
tuanphan Posted April 6, 2022 Posted April 6, 2022 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? creedon 1 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!)
ParishSupport Posted October 6, 2023 Posted October 6, 2023 (edited) @creedon, what code would you use to just hide the Sign In link in the Bedford theme in v7.0? Edited October 6, 2023 by ParishSupport Added version
creedon Posted October 6, 2023 Posted October 6, 2023 38 minutes ago, ParishSupport said: what code would you use to just hide the Sign In link in the Bedford theme in v7.0? Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful. 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.
creedon Posted October 6, 2023 Posted October 6, 2023 14 hours ago, ParishSupport said: what code would you use to just hide the Sign In link in the Bedford theme in v7.0? Go to Settings > Customer Accounts. Turn it off. Let us know how it goes. ParishSupport 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.
ParishSupport Posted October 16, 2023 Posted October 16, 2023 On 10/7/2023 at 4:57 AM, creedon said: Go to Settings > Customer Accounts. Turn it off. Let us know how it goes. Amazing! Worked a treat! Thank you. *facepalm* creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment