lgildea Posted November 21, 2022 Share Posted November 21, 2022 (edited) Hello, I wonder if anyone can help me. We are using a members area for a training platform, which is free to small businesses taking part in a food tourism programme. The navigation of the members area is set to be shown inside the customer account panel as we would like to keep the main website navigation visable. Some users are not very computer literate so we need it to be as simple as possible for them. Therefore would like to change the text on the button that says Account (when you are logged in), to instead say Training, so they can find the training navigation easier. Is this possible to do with code? Thanks Edited November 21, 2022 by lgildea removing name Link to comment
Beyondspace Posted November 22, 2022 Share Posted November 22, 2022 22 hours ago, lgildea said: Hello, I wonder if anyone can help me. We are using a members area for a training platform, which is free to small businesses taking part in a food tourism programme. The navigation of the members area is set to be shown inside the customer account panel as we would like to keep the main website navigation visable. Some users are not very computer literate so we need it to be as simple as possible for them. Therefore would like to change the text on the button that says Account (when you are logged in), to instead say Training, so they can find the training navigation easier. Is this possible to do with code? Thanks Can you share the URL to the page for user to log in? I can take a look Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
lgildea Posted November 22, 2022 Author Share Posted November 22, 2022 The word/button I want to change is only visable when the user is already logged in. This is the site: https://www.tastewexford.ie/account/login Is this what you need? Please let me know if not. Thank you Link to comment
Solution Beyondspace Posted November 23, 2022 Solution Share Posted November 23, 2022 10 hours ago, lgildea said: The word/button I want to change is only visable when the user is already logged in. This is the site: https://www.tastewexford.ie/account/login Is this what you need? Please let me know if not. Thank you You can try adding to Home > Design > Custom Css .user-accounts-text-link.header-nav-item .auth { visibility: hidden; position: relative; } .user-accounts-text-link.header-nav-item .auth:after { content: 'Tranining'; visibility: visible; position: absolute; left:50%; top: 50%; transform: translate(-50%,-50%) } Support me by pressing 👍 or marking as solution if this useful for you Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted November 23, 2022 Share Posted November 23, 2022 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
lgildea Posted December 6, 2022 Author Share Posted December 6, 2022 Apologies for the delay in getting back to you, this worked perfectly, thank you so much for your help! Beyondspace 1 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