To create anchor links in the Tab bar in Webflow, you need to ensure that each tab links to a specific section (anchor) on your page using proper linking and IDs.
To use anchor links, the elements you want to scroll to must have unique ID attributes.
Use Webflow’s Tab component to set up your tab bar.
Webflow’s Tab Links usually switch tab content inside the component. To make them scroll to an anchor instead:
Remove the default Tab functionality:
Select the Tab Component.
Delete the internal Tabs element if you’re not using tab panes.
Alternatively, if you're just using the tab bar as a navigation menu, you can use regular link blocks or buttons inside your tab bar.
Convert Tab Links to Anchor Links:
Select the element inside the tab bar (e.g., text or button).
Go to the Element Settings Panel.
Change the link type to "Page Section".
From the dropdown, select the element ID you added in Step 1.
Preview your site and click on the tab link. It should smoothly scroll to the anchored section. If smooth scrolling isn’t enabled:
To create anchor links in a Tab bar in Webflow, replace the tab-switching behavior with internal anchor links by assigning unique IDs to target sections and modifying the tab links to scroll to those sections. Avoid default tab functionality if you just want anchor navigation.