Hi everyone, I am building a site with a section of components for automobiles like suspension, motor, etc. It takes me to the page for that component fine but as I so often due did not think this through completely. So I would like to have a “back” button that would take me to the section of the homepage where my components reside and then be able to select another component to view, and so on.
You can do this a couple ways. I’d suggest from a UX standpoint to make a separate page just for components to make it easy to navigate for when you want to go back to that.
Additionally, you can add the components section to the bottom of each page as well for easy access.
But if you really want to go back to the homepage section just set up an anchor link by adding a Div ID to the section and then linking to https://www.yoursite.com/#sectionID
Bummer, I tried it using the temp URL of mysitename.io but I got a 404 error code, I then removed the # sign in front of the section ID but that did not work, same 404 error code. I created a page but like the feel of being able to switch back and forth. If you have any suggestions or if the link was incorrect I would like to hear from you,