Hi,
I see in docs that you should use native “green current” from style panel on link block, but there are no current on a link block? Not in clonable either.
How is this working then?
Isn’t better if you could add current as custom combo class to all elements and could style?
Hey @christopher!
The Table of Contents feature uses Webflow’s native “Current” state, but there’s a trick to styling it properly 
For TOC links, the “Current” state is applied dynamically by the fs-toc script as users scroll. The green indicator only shows in the Style panel when a link’s URL matches the current page and you’re on that page.
Here’s how to style it:
- Set up your link with fs-toc-element=“link”
- Temporarily add a URL to your link (like /current-page)
- Now you’ll see the green “Current” indicator
- Style it how you want
- Remove the temporary URL when done
The script will handle applying your styles automatically as users scroll through sections. You don’t need to see the green indicator during normal operation.
If your current state isn’t working on the published site, we’d be happy to check your implementation. @Support-Luis or @Support-Pedro can help troubleshoot if needed.
Hey @christopher!
Here is a quick video. Hope it helps!