To link to a section in another page in Webflow, you can use the Anchor Link feature. Here's a step-by-step guide on how to do it:
1. Go to the page where you want to create the link.
2. Select the element (such as a button, text, or image) that you want to use as the link.
3. In the Settings panel on the right side, scroll down until you find the "Link Settings" section.
4. Click on the "Add link" field and select "Page."
5. Choose the page you want to link to from the dropdown menu.
6. In the "Section" field, start typing the name or class of the section you want to link to. Note that this field is case-sensitive.
7. Once you find the desired section, select it from the suggestions or manually type in the correct name/class.
8. Save your changes and publish your site.
Now, when you click on the linked element, it will take you to the specified section on the target page.
If the above solution didn't work for you, there could be a few possible reasons:
1. Ensure that the class or ID you're using to target the section is applied correctly. Double-check the spelling, capitalization, and any special characters in the class or ID name.
2. Make sure the element you are linking from is not set to "display: none" or hidden by any other CSS properties.
3. Check if your section has a unique class or ID assigned to it. If it doesn't, you may need to add a custom class or ID to that section and use it in your link settings.
4. Verify that the section you're trying to link to is actually present on the target page. If it doesn't exist, create the section and assign it the correct class or ID.
If you're still encountering issues, please provide more specific details about the problem you're facing, and I'll be happy to assist you further!