Twrenegade Posted December 12, 2020 Share 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! Link to comment
creedon Posted December 12, 2020 Share 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 best , and see my profile. Thanks for your support! Link to comment
Twrenegade Posted December 17, 2020 Author Share Posted December 17, 2020 That worked! Thank you so much! creedon and tuanphan 2 Link to comment
tuanphan Posted December 21, 2020 Share 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 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
BrittanyGardnerCreative Posted December 29, 2020 Share 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! Link to comment
creedon Posted December 29, 2020 Share 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 best , and see my profile. Thanks for your support! Link to comment
AndrewJSmart Posted March 28, 2022 Share 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. Link to comment
AndrewJSmart Posted March 28, 2022 Share Posted March 28, 2022 This is what I added to my site. .main-nav ul li.user-account-link { display: none; } Link to comment
creedon Posted March 29, 2022 Share 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 best , and see my profile. Thanks for your support! Link to comment
Womenbecomingwhole Posted April 4, 2022 Share 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. Link to comment
tuanphan Posted April 5, 2022 Share 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 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
abours Posted April 5, 2022 Share Posted April 5, 2022 I tried this also and it didn't work. Any other suggestions? my website is: www.matchmakers.es Link to comment
tuanphan Posted April 6, 2022 Share 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 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