Jump to content

Change 'account' button in members area

Go to solution Solved by Beyondspace,

Recommended Posts

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 by lgildea
removing name
Link to comment
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 plugin
If 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
  • Solution
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 plugin
If 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

My testing

image.thumb.png.db8715c2e1905e0cb87161a9e8bf295b.png

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 plugin
If 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
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.